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

/freebsd-10.2-release/bin/sh/
H A Dinput.h52 int pgetc(void);
H A Dparser.c766 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX,
881 while ((c = pgetc()) != '\n' && c != PEOF);
885 if (pgetc() == '\n') {
902 if (pgetc() == '&')
907 if (pgetc() == '|')
912 c = pgetc();
1009 switch (c = pgetc()) {
1014 if ((c = pgetc()) == '\n') {
1125 c = pgetc();
1152 c = pgetc();
[all...]
H A Dinput.c153 pgetc(void) function
325 * Undo the last call to pgetc. Only one character may be pushed back.
/freebsd-10.2-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 62 milliseconds