Lines Matching refs:yyrestart
97 #define YY_NEW_FILE yyrestart( yyin )
206 * (via yyrestart()), so that the user can continue scanning by
242 void yyrestart YY_PROTO(( FILE *input_file ));
850 yyrestart( yyin );
1015 yyrestart( yyin );
1052 void yyrestart( FILE *input_file )
1054 void yyrestart( input_file )
1058 void yyFlexLexer::yyrestart( istream* input_file )