Searched refs:pgetc (Results 1 – 8 of 8) sorted by relevance
800 readtoken1(pgetc(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX, in parseheredoc()915 while ((c = pgetc()) != '\n' && c != PEOF); in xxreadtoken()919 if (pgetc() == '\n') { in xxreadtoken()992 c = pgetc(); in checkend()998 for (q = eofmark + 1; c2 = pgetc(), *q != '\0' && c2 == *q; q++) in checkend()1142 c = pgetc(); in parsebackq()1240 c = pgetc(); in readcstyleesc()1267 c = pgetc(); in readcstyleesc()1282 c = pgetc(); in readcstyleesc()1286 c = pgetc(); in readcstyleesc()[all …]
48 int pgetc(void);
118 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()