Searched refs:pgetc (Results 1 – 8 of 8) sorted by relevance
802 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX, in parseheredoc()917 while ((c = pgetc()) != '\n' && c != PEOF); in xxreadtoken()921 if (pgetc() == '\n') { in xxreadtoken()994 c = pgetc(); in checkend()1000 for (q = eofmark + 1; c2 = pgetc(), *q != '\0' && c2 == *q; q++) in checkend()1144 c = pgetc(); in parsebackq()1242 c = pgetc(); in readcstyleesc()1269 c = pgetc(); in readcstyleesc()1284 c = pgetc(); in readcstyleesc()1288 c = pgetc(); in readcstyleesc()[all …]
50 int pgetc(void);
122 pgetc(void) in pgetc() function
282 INPUT: The basic input routine is pgetc, which reads from the
252 pgetc(2116 if (!isdigit(pgetc(cp))) { in rtdatetolfp() 2128 if (isdigit(pgetc(cp))) { in rtdatetolfp() 2150 if (!isdigit(pgetc(cp))) in rtdatetolfp() 2153 if (isdigit(pgetc(cp))) { in rtdatetolfp() 2157 if (isdigit(pgetc(cp))) { in rtdatetolfp() 2161 if (isdigit(pgetc(cp))) { in rtdatetolfp() 2174 if (*cp++ != ' ' || !isdigit(pgetc(cp))) in rtdatetolfp() 2177 if (isdigit(pgetc(cp))) { in rtdatetolfp() 2182 if (*cp++ != ':' || !isdigit(pgetc(c in rtdatetolfp() 256 pgetc( pgetc() function [all...]
263 int pgetc(void) /* get 1 character from awk program */ in pgetc() function
64 extern int pgetc(void);
613 c = pgetc(); in input()