Lines Matching refs:pgetc
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()
1296 c = pgetc(); in readcstyleesc()
1299 if (c == '\\' && pgetc() != '\\') in readcstyleesc()
1311 c = pgetc(); in readcstyleesc()
1359 while ((c = pgetc()) != '\'') { in readcstyleesc()
1361 c = pgetc(); in readcstyleesc()
1445 c = pgetc(); in readtoken1()
1462 c = pgetc(); in readtoken1()
1953 c = pgetc(); in pgetc_linecont()
1964 return (pgetc()); in pgetc_linecont()
2249 readtoken1(pgetc(), DQSYNTAX, NOEOFMARK, 0); in expandstr()