Lines Matching refs:EOF
133 /* Action number for EOF rule of a given start state. */
236 /* When an EOF's been seen but there's still some text to process
242 * When we actually see the EOF, we change the status to "new"
694 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
698 if ( c == EOF && ferror( yyin ) ) \
840 do_action: /* This label is used only to access EOF actions. */
1150 { /* Don't try to fill the buffer, so this is an EOF. */
1154 * treat this as a final EOF.
1177 /* don't do the read, it's not guaranteed to return an EOF,
1178 * just force an EOF
1375 return EOF;
1447 * EOF (yywrap()) processing, but the only time this flag
1513 * such as during a yyrestart() or at EOF.