HomeSort by: relevance | last modified time | path
    Searched refs:pgetc (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
input.h 54 int pgetc(void);
parser.c 831 c = pgetc();
842 for (q = eofmark + 1; c2 = pgetc(), *q != '\0' && c2 == *q; q++)
877 c = pgetc();
915 c = pgetc(); /* followed by */
927 } while ((c = pgetc()) != PEOF);
934 if (c == PEOF || (c = pgetc()) == PEOF)
997 readtoken1(pgetc(), DQSYNTAX, 1);
1119 while ((c = pgetc()) != '\n' && c != PEOF)
1176 switch (pgetc()) {
1460 pc = pgetc();
    [all...]
input.c 174 pgetc(void) function in typeref:typename:int
407 * Undo the last call to pgetc. Only one character may be pushed back.
exec.c 249 pgetc(); pungetc(); /* fill up input buffer */

Completed in 31 milliseconds