Lines Matching refs:EOF
123 /* Action number for EOF rule of a given start state. */
235 /* When an EOF's been seen but there's still some text to process
241 * When we actually see the EOF, we change the status to "new"
771 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
775 if ( c == EOF && ferror( yyin ) ) \
926 do_action: /* This label is used only to access EOF actions. */
1407 { /* Don't try to fill the buffer, so this is an EOF. */
1411 * treat this as a final EOF.
1434 /* don't do the read, it's not guaranteed to return an EOF,
1435 * just force an EOF
1711 * EOF (yywrap()) processing, but the only time this flag
1777 * such as during a yyrestart() or at EOF.