Home
last modified time | relevance | path

Searched refs:pgetc (Results 1 – 4 of 4) sorted by relevance

/third_party/uapp/dash/src/
A Dparser.c782 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 …]
A Dinput.h92 int pgetc(void);
A Dinput.c106 pgetc(void) in pgetc() function
134 c = pgetc(); in pgetc2()
245 return pgetc(); in preadbuffer()
A DTOUR326 INPUT: The basic input routine is pgetc, which reads from the

Completed in 6 milliseconds