Home
last modified time | relevance | path

Searched refs:yywrap (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/flex/src/
H A Dlibyywrap.c24 int yywrap (void);
26 int yywrap (void) in yywrap() function
H A DFlexLexer.h145 virtual int yywrap();
/freebsd/usr.bin/mkesdb/
H A Dlex.l96 #ifndef yywrap
98 yywrap(void)
/freebsd/usr.bin/mkcsmapper/
H A Dlex.l103 #ifndef yywrap
105 yywrap(void)
/freebsd/contrib/com_err/
H A Dlex.l76 #ifndef yywrap /* XXX */
78 yywrap ()
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.l76 #ifndef yywrap /* XXX */
78 yywrap ()
H A Dlex.c582 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 Dlex.l276 #ifndef yywrap /* XXX */
278 yywrap ()
H A Dlex.c903 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 Dsel.h77 #define yywrap _hx509_sel_yywrap macro
H A Dsel-lex.l120 yywrap () in yywrap() function
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c329 #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 Dslc-lex.c561 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 Dslc-lex.l155 yywrap () in yywrap() function
/freebsd/contrib/dma/
H A Daliases_parse.y23 yywrap(void) in yywrap() function
H A Ddma.h189 int yywrap(void);
/freebsd/sbin/veriexec/
H A Dmanifest_lexer.l146 yywrap(void)
/freebsd/contrib/unbound/util/
H A Dconfigyyrename.h45 #define yywrap ub_c_wrap macro
/freebsd/usr.sbin/config/
H A Dconfig.y94 int yywrap(void);
317 yywrap(void) in yywrap() function
/freebsd/usr.bin/lex/
H A Dinitscan.c2049 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 Dproto.h25 extern int yywrap(void);
/freebsd/contrib/flex/
H A DNEWS319 ** 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 DONEWS181 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 Dtestlang_conf.l434 yywrap(void)
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l591 yywrap(void)

12