HomeSort by relevance Sort by last modified time
    Searched refs:PEOF (Results 1 - 7 of 7) sorted by null

  /system/core/sh/
syntax.h 60 #define PEOF (CHAR_MIN - 1)
61 #define SYNBASE (-PEOF)
63 #define UPEOF ((char)PEOF)
input.c 148 if (c == PEOF) {
164 * Read a character from the script, returning PEOF on end of file.
253 return PEOF;
261 return PEOF;
325 * PEOF may be pushed back.
parser.c 816 while ((c = pgetc()) != '\n' && c != PEOF);
834 case PEOF:
962 CHECKEND(); /* set c to PEOF if at end of here document */
987 if (c == PEOF) {
1161 * we are at the end of the here document, this routine sets the c to PEOF.
1177 c = PEOF;
1441 case PEOF:
    [all...]
  /external/srec/portable/include/
PFile.h 56 #define PEOF EOF
63 #define PEOF WEOF
  /external/srec/portable/src/
PFile.c 385 return PEOF;
446 return PEOF;
468 return PEOF;
PFileWrap.c 402 return ( PEOF );
430 return ( PEOF );
PANSIFileImpl.c 413 if (*result == PEOF && ferror(impl->value))

Completed in 43 milliseconds