/freebsd/contrib/flex/src/ |
H A D | libyywrap.c | 24 int yywrap (void); 26 int yywrap (void) in yywrap() function
|
H A D | FlexLexer.h | 145 virtual int yywrap();
|
/freebsd/usr.bin/mkesdb/ |
H A D | lex.l | 96 #ifndef yywrap 98 yywrap(void)
|
/freebsd/usr.bin/mkcsmapper/ |
H A D | lex.l | 103 #ifndef yywrap 105 yywrap(void)
|
/freebsd/contrib/com_err/ |
H A D | lex.l | 76 #ifndef yywrap /* XXX */ 78 yywrap ()
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.l | 76 #ifndef yywrap /* XXX */ 78 yywrap ()
|
H A D | lex.c | 582 extern "C" int yywrap (void ); 584 extern int yywrap (void ); 953 if ( yywrap( ) ) 1251 if ( yywrap( ) ) in yyinput() 1839 #ifndef yywrap /* XXX */ 1841 yywrap () in yywrap() function
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.l | 276 #ifndef yywrap /* XXX */ 278 yywrap ()
|
H A D | lex.c | 903 extern "C" int yywrap (void ); 905 extern int yywrap (void ); 1781 if ( yywrap( ) ) 2116 if ( yywrap( ) ) in yyinput() 2704 #ifndef yywrap /* XXX */ 2706 yywrap () in yywrap() function
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | sel.h | 77 #define yywrap _hx509_sel_yywrap macro
|
H A D | sel-lex.l | 120 yywrap () in yywrap() function
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 329 #define yywrap() (/*CONSTCOND*/1) macro 556 extern "C" int yywrap ( void ); 558 extern int yywrap ( void ); 931 if ( yywrap( ) ) 1238 if ( yywrap( ) ) in yyinput()
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 561 extern "C" int yywrap (void ); 563 extern int yywrap (void ); 890 if ( yywrap( ) ) 1188 if ( yywrap( ) ) in yyinput() 1863 yywrap () in yywrap() function
|
H A D | slc-lex.l | 155 yywrap () in yywrap() function
|
/freebsd/contrib/dma/ |
H A D | aliases_parse.y | 23 yywrap(void) in yywrap() function
|
H A D | dma.h | 189 int yywrap(void);
|
/freebsd/sbin/veriexec/ |
H A D | manifest_lexer.l | 146 yywrap(void)
|
/freebsd/contrib/unbound/util/ |
H A D | configyyrename.h | 45 #define yywrap ub_c_wrap macro
|
/freebsd/usr.sbin/config/ |
H A D | config.y | 94 int yywrap(void); 317 yywrap(void) in yywrap() function
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 2049 extern "C" int yywrap ( void ); 2051 extern int yywrap ( void ); 4228 if ( yywrap( ) ) 4573 if ( yywrap( ) ) in yyinput() 5207 int yywrap(void) in yywrap() function
|
/freebsd/contrib/one-true-awk/ |
H A D | proto.h | 25 extern int yywrap(void);
|
/freebsd/contrib/flex/ |
H A D | NEWS | 319 ** c++ scanners can now use yywrap 321 ** added new unit test for c++ and yywrap 673 *** added option --yywrap to call yywrap on EOF 715 ** %option nomain no longer implies %option yywrap
|
H A D | ONEWS | 181 yywrap if unset ("%option noyywrap"), scanner does not 182 call yywrap() upon EOF but simply assumes there 553 its own yywrap() and main() functions. (This change will cause 681 - yywrap() is now a function, and you now *must* link flex scanners 987 - yy_switch_to_buffer() can be used in the yywrap() macro/routine. 1097 in the future (in particular, yywrap() will probably cease 1165 encountered and yywrap() returns non-zero (i.e., indicates 1205 that is, one for which yywrap() returned non-zero). It takes
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_conf.l | 434 yywrap(void)
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_scan.l | 591 yywrap(void)
|