Searched refs:PEOF (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsyntax.h36 #define PEOF -130 macro
H A Dinput.c101 * Read a character from the script, returning PEOF on end of file.
249 return PEOF;
257 return PEOF;
335 * PEOF may be pushed back.
H A Dparser.c788 while ((c = pgetc()) != '\n' && c != PEOF);
801 case PEOF:
907 CHECKEND(); /* set c to PEOF if at end of here document */
929 if (c == PEOF) {
1063 * we are at the end of the here document, this routine sets the c to PEOF.
1088 if (c == '\n' || c == PEOF) {
1089 c = PEOF;
1359 case PEOF:

Completed in 29 milliseconds