Lines Matching refs:EOF
135 /* Action number for EOF rule of a given start state. */
247 /* When an EOF's been seen but there's still some text to process
253 * When we actually see the EOF, we change the status to "new"
773 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
777 if ( c == EOF && ferror( yyin ) ) \
928 do_action: /* This label is used only to access EOF actions. */
1390 { /* Don't try to fill the buffer, so this is an EOF. */
1394 * treat this as a final EOF.
1417 /* don't do the read, it's not guaranteed to return an EOF,
1418 * just force an EOF
1616 return EOF;
1690 * EOF (yywrap()) processing, but the only time this flag
1756 * such as during a yyrestart() or at EOF.