Searched refs:yyrestart (Results 1 – 17 of 17) sorted by relevance
71 virtual void yyrestart( std::istream* s ) = 0;72 virtual void yyrestart( std::istream& s ) = 0;136 void yyrestart( std::istream* s );137 void yyrestart( std::istream& s );
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 by586 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 );[all …]
129 #define YY_NEW_FILE yyrestart( yyin )285 void yyrestart ( FILE *input_file );1096 yyrestart( yyin ); in yy_get_next_buffer()1232 yyrestart( yyin ); in yyinput()1270 void yyrestart (FILE * input_file ) in yyrestart() function
137 #define YY_NEW_FILE yyrestart(yyin )286 void yyrestart (FILE *input_file );1116 yyrestart(yyin ); in yy_get_next_buffer()1245 yyrestart(yyin ); in yyinput()1283 void yyrestart (FILE * input_file ) in yyrestart() function
137 #define YY_NEW_FILE yyrestart(yyin )286 void yyrestart (FILE *input_file );1053 yyrestart(yyin ); in yy_get_next_buffer()1182 yyrestart(yyin ); in yyinput()1220 void yyrestart (FILE * input_file ) in yyrestart() function
54 #define yyrestart ub_c_restart macro
129 #define YY_NEW_FILE yyrestart( yyin )284 void yyrestart ( FILE *input_file );7190 yyrestart( yyin ); in yy_get_next_buffer()7326 yyrestart( yyin ); in yyinput()7364 void yyrestart (FILE * input_file ) in yyrestart() function
137 #define YY_NEW_FILE yyrestart(yyin )286 void yyrestart (FILE *input_file );1944 yyrestart(yyin ); in yy_get_next_buffer()2110 yyrestart(yyin ); in yyinput()2148 void yyrestart (FILE * input_file ) in yyrestart() function
55 extern void yyrestart(FILE *);455 yyrestart(yyin); in conf_new_from_file()
52 extern void yyrestart(FILE *);904 yyrestart(yyin); in parse_conf()
75 extern void yyrestart(FILE *);800 yyrestart(yyin); in yy_config_parse()
80 extern void yyrestart(FILE *);898 yyrestart(yyin); in yy_config_parse()
128 #define YY_NEW_FILE yyrestart( yyin )284 void yyrestart ( FILE *input_file );4393 yyrestart( yyin ); in yy_get_next_buffer()4567 yyrestart( yyin ); in yyinput()4611 void yyrestart (FILE * input_file ) in yyrestart() function
497 to yy_create_buffer() or yyrestart() if you've arrange YY_INPUT749 - You no longer need to call the scanner routine yyrestart() to797 - You can use "yyrestart(yyin)" to throw away the994 "yyrestart( yyin );". This is useful for interactive scanners1088 - unput() and yyrestart() are now globally callable.1090 - yyrestart() no longer closes the previous value of yyin.1203 - yyrestart() is a new action which can be used to restart
107 *** a segfalt involving yyrestart(NULL) has been fixed
383 …* src/flex.skl: c++: Fix yyrestart(NULL) SEGV. Binding a reference to a dereferenced null pointer…384 …file == 0 check. We need a real stream. yyin is available already, and yyrestart(NULL) is only su…603 tests/cxx_restart.ll, tests/cxx_restart.txt: Fix yyrestart(NULL)10286 yyrestart() no longer closes stdin. 2.2 Release.
158 extern void yyrestart(FILE *input_file);2467 yyrestart(yyin);