Lines Matching refs:EOF
135 /* Action number for EOF rule of a given start state. */
246 /* When an EOF's been seen but there's still some text to process
252 * When we actually see the EOF, we change the status to "new"
772 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
776 if ( c == EOF && ferror( yyin ) ) \
926 do_action: /* This label is used only to access EOF actions. */
1361 { /* Don't try to fill the buffer, so this is an EOF. */
1365 * treat this as a final EOF.
1388 /* don't do the read, it's not guaranteed to return an EOF,
1389 * just force an EOF
1587 return EOF;
1661 * EOF (yywrap()) processing, but the only time this flag
1727 * such as during a yyrestart() or at EOF.