HomeSort by: relevance | last modified time | path
    Searched defs:pgetc_linecont (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/sh/
parser.c 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() == '(' /*')'*/ )
2616 pgetc_linecont(void) function in typeref:typename:STATIC int
    [all...]

Completed in 48 milliseconds