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"
715 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
719 if ( c == EOF && ferror( yyin ) ) \
865 do_action: /* This label is used only to access EOF actions. */
1194 { /* Don't try to fill the buffer, so this is an EOF. */
1198 * treat this as a final EOF.
1221 /* don't do the read, it's not guaranteed to return an EOF,
1222 * just force an EOF
1419 return EOF;
1491 * EOF (yywrap()) processing, but the only time this flag
1557 * such as during a yyrestart() or at EOF.