Lines Matching refs:yyrestart
81 #define yyrestart M4_YY_PREFIX[[restart]]
367 #define YY_NEW_FILE yyrestart( yyin M4_YY_CALL_LAST_ARG )
527 * (via yyrestart()), so that the user can continue scanning by
586 void yyrestart ( FILE *input_file M4_YY_PROTO_LAST_ARG );
1667 yyrestart( yyin M4_YY_CALL_LAST_ARG);
1853 yyrestart( yyin M4_YY_CALL_LAST_ARG);
1900 void yyrestart YYFARGS1( FILE *,input_file)
1903 void yyFlexLexer::yyrestart( std::istream& input_file )
1924 void yyFlexLexer::yyrestart( std::istream* input_file )
1929 yyrestart( *input_file );
2071 * such as during a yyrestart() or at EOF.
2095 * called from yyrestart() or through yy_get_next_buffer.