Searched refs:yywrap (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/contrib/flex/src/
H A Dlibyywrap.c1 /* libyywrap - flex run-time support library "yywrap" function */
24 int yywrap (void);
26 int yywrap (void) function
H A DFlexLexer.h145 virtual int yywrap();
186 // Flag which is used to allow yywrap()'s to do buffer switches
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dsel.h77 #define yywrap _hx509_sel_yywrap macro
H A Dsel-lex.l120 yywrap ()
H A Dhx509-protos.h1237 yywrap (void);
/freebsd-current/contrib/dma/
H A Daliases_parse.y23 yywrap(void)
H A Ddma.h189 int yywrap(void);
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.l155 yywrap ()
H A Dslc-lex.c281 /* Flag which is used to allow yywrap()'s to do buffer switches
561 extern "C" int yywrap (void );
563 extern int yywrap (void );
890 if ( yywrap( ) )
1188 if ( yywrap( ) )
1261 * EOF (yywrap()) processing, but the only time this flag
1262 * is looked at is after yywrap() is called, so it's safe
1863 yywrap () function
/freebsd-current/sbin/veriexec/
H A Dmanifest_lexer.l146 yywrap(void)
/freebsd-current/contrib/unbound/util/
H A Dconfigyyrename.h45 #define yywrap ub_c_wrap macro
H A Dconfiglexer.c279 /* Flag which is used to allow yywrap()'s to do buffer switches
4455 extern "C" int yywrap ( void );
4457 extern int yywrap ( void );
6856 if ( yywrap( ) )
7163 if ( yywrap( ) )
7236 * EOF (yywrap()) processing, but the only time this flag
7237 * is looked at is after yywrap() is called, so it's safe
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.l276 #ifndef yywrap /* XXX */
278 yywrap ()
H A Dlex.c281 /* Flag which is used to allow yywrap()'s to do buffer switches
903 extern "C" int yywrap (void );
905 extern int yywrap (void );
1781 if ( yywrap( ) )
2116 if ( yywrap( ) )
2189 * EOF (yywrap()) processing, but the only time this flag
2190 * is looked at is after yywrap() is called, so it's safe
2704 #ifndef yywrap /* XXX */
2706 yywrap () function
/freebsd-current/usr.sbin/config/
H A Dconfig.y92 int yywrap(void);
310 yywrap(void)
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c281 /* Flag which is used to allow yywrap()'s to do buffer switches
582 extern "C" int yywrap (void );
584 extern int yywrap (void );
953 if ( yywrap( ) )
1251 if ( yywrap( ) )
1324 * EOF (yywrap()) processing, but the only time this flag
1325 * is looked at is after yywrap() is called, so it's safe
1839 #ifndef yywrap /* XXX */
1841 yywrap () function
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c280 /* Flag which is used to allow yywrap()'s to do buffer switches
329 #define yywrap() (/*CONSTCOND*/1) macro
556 extern "C" int yywrap ( void );
558 extern int yywrap ( void );
931 if ( yywrap( ) )
1238 if ( yywrap( ) )
1311 * EOF (yywrap()) processing, but the only time this flag
1312 * is looked at is after yywrap() is called, so it's safe
/freebsd-current/contrib/one-true-awk/
H A Dproto.h25 extern int yywrap(void);
H A Dawkgram.y31 int yywrap(void) { return(1); }
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l434 yywrap(void)
/freebsd-current/usr.bin/lex/
H A Dinitscan.c279 /* Flag which is used to allow yywrap()'s to do buffer switches
2049 extern "C" int yywrap ( void );
2051 extern int yywrap ( void );
2818 /* Override yywrap */
4228 if ( yywrap( ) )
4573 if ( yywrap( ) )
4652 * EOF (yywrap()) processing, but the only time this flag
4653 * is looked at is after yywrap() is called, so it's safe
5207 int yywrap(void) function
/freebsd-current/usr.bin/bc/
H A Dbc.y68 int yywrap(void);
1212 yywrap();
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y2477 int yywrap()
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c5189 yywrap(void) function
/freebsd-current/contrib/unbound/
H A Dconfigure7089 int yywrap(void);
7110 yywrap (void)

Completed in 523 milliseconds

12