Home | History | Annotate | Download | only in compiler

Lines Matching refs:yyrestart

272 #define YY_NEW_FILE yyrestart( yyin , yyscanner )
411 * (via yyrestart()), so that the user can continue scanning by
440 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
2599 yyrestart( yyin , yyscanner);
2742 yyrestart( yyin , yyscanner);
2787 void yyrestart (FILE * input_file , yyscan_t yyscanner)
2902 * such as during a yyrestart() or at EOF.
2916 * called from yyrestart() or through yy_get_next_buffer.
3798 yyrestart(NULL, context->getScanner());