Home | History | Annotate | Download | only in sh

Lines Matching defs:pgetc_linecont

129 STATIC int pgetc_linecont(void);
1136 if (pgetc_linecont() == '&') {
1145 if (pgetc_linecont() == '|') {
1154 switch (pgetc_linecont()) {
1607 c = pgetc_linecont();
1623 c = pgetc_linecont();
1635 if ((c = pgetc_linecont()) == '-') {
2125 if (pgetc_linecont() == /*(*/ ')') {
2221 c = pgetc_linecont();
2224 if (pgetc_linecont() == '(' /*')'*/ ) {
2243 c = pgetc_linecont();
2245 if ((c = pgetc_linecont()) == CLOSEBRACE)
2260 if (pgetc_linecont() == CLOSEBRACE) {
2288 c = pgetc_linecont();
2317 c = pgetc_linecont();
2323 c = pgetc_linecont();
2335 c = pgetc_linecont();
2369 c = pgetc_linecont();
2616 pgetc_linecont(void)