Searched refs:pgetc (Results 1 – 4 of 4) sorted by relevance
782 c = pgetc(); in xxreadtoken()792 if (pgetc() == '\n') { in xxreadtoken()804 if (pgetc() == '&') in xxreadtoken()809 if (pgetc() == '|') in xxreadtoken()814 if (pgetc() == ';') in xxreadtoken()836 if (pgetc() != '\n') { in pgetc_eatbnl()903 c = pgetc(); in readtoken1()916 c = pgetc(); in readtoken1()1025 c = pgetc(); in readtoken1()1132 c = pgetc(); in readtoken1()[all …]
92 int pgetc(void);
106 pgetc(void) in pgetc() function134 c = pgetc(); in pgetc2()245 return pgetc(); in preadbuffer()
326 INPUT: The basic input routine is pgetc, which reads from the
Completed in 6 milliseconds