Lines Matching refs:yyrestart
95 #ifdef yyrestart
98 #define yyrestart _mesa_program_lexer_restart
384 #define YY_NEW_FILE yyrestart( yyin , yyscanner )
493 * (via yyrestart()), so that the user can continue scanning by
515 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
2733 yyrestart( yyin , yyscanner);
2911 yyrestart( yyin , yyscanner);
2949 void yyrestart (FILE * input_file , yyscan_t yyscanner)
3060 * such as during a yyrestart() or at EOF.
3074 * called from yyrestart() or through yy_get_next_buffer.