Searched refs:pgetc_linecont (Results 1 – 2 of 2) sorted by relevance
127 static int pgetc_linecont(void);938 if (pgetc_linecont() == '&') in xxreadtoken()943 if (pgetc_linecont() == '|') in xxreadtoken()948 c = pgetc_linecont(); in xxreadtoken()1034 c = pgetc_linecont(); in parseredir()1047 c = pgetc_linecont(); in parseredir()1056 if ((c = pgetc_linecont()) == '-') { in parseredir()1137 c = pgetc_linecont(); in parsebackq()1540 if (pgetc_linecont() == ')') { in readtoken1()1624 c = pgetc_linecont(); in readtoken1()[all …]
5 # A naive pgetc_linecont() would push back two characters here, which