Lines Matching defs:yyrestart
95 #ifdef yyrestart
98 #define yyrestart _mesa_glsl_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 );
3722 yyrestart( yyin , yyscanner);
3863 yyrestart( yyin , yyscanner);
3903 void yyrestart (FILE * input_file , yyscan_t yyscanner)
4014 * such as during a yyrestart() or at EOF.
4028 * called from yyrestart() or through yy_get_next_buffer.