| /netbsd/src/usr.sbin/envstat/ |
| D | config_yacc.y | 50 void yyrestart(FILE *); 124 yyrestart(f); in config_parse()
|
| /netbsd/src/usr.sbin/wsmoused/ |
| D | config_yacc.y | 54 void yyrestart(FILE *); 143 yyrestart(f); in config_parse()
|
| /netbsd/src/external/bsd/elftosb/dist/elftosb2/ |
| D | FlexLexer.h | 73 virtual void yyrestart( FLEX_STD istream* s ) = 0; 125 void yyrestart( FLEX_STD istream* s );
|
| D | elftosb_lexer.cpp | 147 #define YY_NEW_FILE yyrestart( yyin ) 1575 yyrestart( yyin ); in yy_get_next_buffer() 1739 yyrestart( yyin ); in yyinput() 1781 void yyFlexLexer::yyrestart( std::istream* input_file ) in yyrestart() function in yyFlexLexer
|
| /netbsd/src/usr.sbin/npf/npfctl/ |
| D | npf_scan.l | 47 extern void yyrestart(FILE *); 60 yyrestart(fp); in npfctl_parse_file()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| D | lex.c | 129 #define YY_NEW_FILE yyrestart( yyin ) 284 void yyrestart ( FILE *input_file ); 1122 yyrestart( yyin ); in yy_get_next_buffer() 1258 yyrestart( yyin ); in yyinput() 1296 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | syslex.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 282 void yyrestart ( FILE *input_file ); 1182 yyrestart( yyin ); in yy_get_next_buffer() 1318 yyrestart( yyin ); in yyinput() 1356 void yyrestart (FILE * input_file ) in yyrestart() function
|
| D | deflex.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 282 void yyrestart ( FILE *input_file ); 1342 yyrestart( yyin ); in yy_get_next_buffer() 1478 yyrestart( yyin ); in yyinput() 1516 void yyrestart (FILE * input_file ) in yyrestart() function
|
| D | arlex.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 282 void yyrestart ( FILE *input_file ); 1315 yyrestart( yyin ); in yy_get_next_buffer() 1451 yyrestart( yyin ); in yyinput() 1489 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | itbl-lex.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 282 void yyrestart ( FILE *input_file ); 1162 yyrestart( yyin ); in yy_get_next_buffer() 1335 yyrestart( yyin ); in yyinput() 1373 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/tools/m4/bootstrap/ |
| D | tokenizer.c | 143 #define YY_NEW_FILE yyrestart(yyin ) 292 void yyrestart (FILE *input_file ); 1094 yyrestart(yyin ); in yy_get_next_buffer() 1264 yyrestart(yyin ); in yyinput() 1302 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/calc/ |
| D | calclex.c | 149 #define YY_NEW_FILE yyrestart(yyin ) 299 void yyrestart (FILE *input_file ); 1169 yyrestart(yyin ); in yy_get_next_buffer() 1337 yyrestart(yyin ); in yyinput() 1375 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | loongarch-lex.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 282 void yyrestart ( FILE *input_file ); 1103 yyrestart( yyin ); in yy_get_next_buffer() 1276 yyrestart( yyin ); in yyinput() 1314 void yyrestart (FILE * input_file ) in yyrestart() function
|
| D | bfin-lex.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 282 void yyrestart ( FILE *input_file ); 2588 yyrestart( yyin ); in yy_get_next_buffer() 2761 yyrestart( yyin ); in yyinput() 2799 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| D | slc-lex.c | 129 #define YY_NEW_FILE yyrestart( yyin ) 284 void yyrestart ( FILE *input_file ); 1059 yyrestart( yyin ); in yy_get_next_buffer() 1195 yyrestart( yyin ); in yyinput() 1233 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/external/bsd/flex/dist/tests/ |
| D | prefix_nr.l | 57 yyrestart((FILE*)0);
|
| D | cxx_restart.ll | 48 f.yyrestart(NULL);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gengtype-lex.cc | 133 #define YY_NEW_FILE yyrestart( yyin ) 288 void yyrestart ( FILE *input_file ); 2199 yyrestart( yyin ); 2336 yyrestart( yyin ); in yyinput() 2376 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | lex.c | 129 #define YY_NEW_FILE yyrestart( yyin ) 284 void yyrestart ( FILE *input_file ); 1951 yyrestart( yyin ); in yy_get_next_buffer() 2124 yyrestart( yyin ); in yyinput() 2162 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldlex.c | 127 #define YY_NEW_FILE yyrestart( yyin ) 282 void yyrestart ( FILE *input_file ); 3139 yyrestart( yyin ); in yy_get_next_buffer() 3275 yyrestart( yyin ); in yyinput() 3313 void yyrestart (FILE * input_file ) in yyrestart() function
|
| /netbsd/src/external/cddl/osnet/lib/libdtrace/ |
| D | dtrace.common.expsym | 445 yyrestart
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ada-lex.l | 753 yyrestart (NULL);
|
| /netbsd/src/external/bsd/flex/dist/ |
| D | ONEWS | 497 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
|
| /netbsd/src/external/bsd/libbind/dist/tests/ |
| D | dig8.c | 257 void yyrestart(FILE *f); 258 void yyrestart(FILE *f) { UNUSED(f); } in yyrestart() function
|
| /netbsd/src/external/bsd/flex/dist/doc/ |
| D | flex.info-1 | 153 * Why doesn't yyrestart() set the start state back to INITIAL?:: 1239 scanning continues from that file), or 'yyrestart()' is called. 1240 'yyrestart()' takes one argument, a 'FILE *' pointer (which can be NULL, 1244 using 'yyrestart()' to do so; the latter is available for compatibility 1249 that 'yyrestart()' does _not_ reset the start condition to 'INITIAL' 1960 input; use 'yyrestart()' instead. Once scanning terminates because 1964 'void yyrestart( FILE *new_file )' 1967 buffered-up input is lost). Note that calling 'yyrestart()' with 2354 yyrestart 2945 'yy_flush_buffer()', 'yy_delete_buffer()', and 'yyrestart()' (again, the [all …]
|