Searched refs:pgetc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dinput.h51 int pgetc(void);
H A Dparser.c789 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX,
908 while ((c = pgetc()) != '\n' && c != PEOF);
912 if (pgetc() == '\n') {
929 if (pgetc() == '&')
934 if (pgetc() == '|')
939 c = pgetc();
1036 switch (c = pgetc()) {
1041 if ((c = pgetc()) == '\n') {
1152 c = pgetc();
1179 c = pgetc();
[all...]
H A Dinput.c162 pgetc(void) function
337 * Undo the last call to pgetc. Only one character may be pushed back.
/freebsd-9.3-release/contrib/one-true-awk/
H A Dmain.c189 int pgetc(void) /* get 1 character from awk program */ function
H A Dproto.h67 extern int pgetc(void);
H A Dlex.c555 c = pgetc();

Completed in 64 milliseconds