Home
last modified time | relevance | path

Searched refs:yyrestart (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/flex/src/
H A DFlexLexer.h71 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 );
H A Dflex.skl81 #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 );
[all …]
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c129 #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
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c137 #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
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c137 #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
/freebsd/contrib/unbound/util/
H A Dconfigyyrename.h54 #define yyrestart ub_c_restart macro
H A Dconfiglexer.c129 #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
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c137 #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
/freebsd/usr.bin/iscsictl/
H A Dparse.y55 extern void yyrestart(FILE *);
455 yyrestart(yyin); in conf_new_from_file()
/freebsd/usr.sbin/ctld/
H A Dparse.y52 extern void yyrestart(FILE *);
904 yyrestart(yyin); in parse_conf()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y75 extern void yyrestart(FILE *);
800 yyrestart(yyin); in yy_config_parse()
/freebsd/sbin/hastd/
H A Dparse.y80 extern void yyrestart(FILE *);
898 yyrestart(yyin); in yy_config_parse()
/freebsd/usr.bin/lex/
H A Dinitscan.c128 #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
/freebsd/contrib/flex/
H A DONEWS497 to yy_create_buffer() or yyrestart() if you've arrange YY_INPUT
749 - You no longer need to call the scanner routine yyrestart() to
797 - You can use "yyrestart(yyin)" to throw away the
994 "yyrestart( yyin );". This is useful for interactive scanners
1088 - 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
H A DNEWS107 *** a segfalt involving yyrestart(NULL) has been fixed
H A DChangeLog383 …* 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.
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y158 extern void yyrestart(FILE *input_file);
2467 yyrestart(yyin);