Lines Matching refs:EOF
177 /* Action number for EOF rule of a given start state. */
291 /* When an EOF's been seen but there's still some text to process
297 * When we actually see the EOF, we change the status to "new"
804 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
808 if ( c == EOF && ferror( yyin ) ) \
1003 do_action: /* This label is used only to access EOF actions. */
1019 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1273 { /* Don't try to fill the buffer, so this is an EOF. */
1277 * treat this as a final EOF.
1300 /* don't do the read, it's not guaranteed to return an EOF,
1301 * just force an EOF
1563 return EOF;
1648 * EOF (yywrap()) processing, but the only time this flag
1737 * such as during a yyrestart() or at EOF.