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

12

/freebsd-10.3-release/contrib/flex/
H A Dlibyywrap.c1 /* libyywrap - flex run-time support library "yywrap" function */
24 int yywrap (void);
25 int yywrap (void) function
H A DFlexLexer.h130 virtual int yywrap();
171 // Flag which is used to allow yywrap()'s to do buffer switches
/freebsd-10.3-release/contrib/binutils/ld/
H A Dldlex.h59 #ifndef yywrap
60 extern int yywrap (void);
H A Dldlex.l90 #ifndef yywrap
91 int yywrap (void) { return 1; }
/freebsd-10.3-release/contrib/binutils/binutils/
H A Darlex.l87 #ifndef yywrap
89 int yywrap(void) { return 1; }
H A Dsyslex.l33 #ifndef yywrap
34 static int yywrap (void) { return 1; }
/freebsd-10.3-release/contrib/amd/amd/
H A Dconf_tok.l86 * which automatically generates yywrap macros and symbols. So I must
87 * distinguish between them and when yywrap is actually needed.
89 #ifndef yywrap
90 int yywrap(void);
91 #endif /* not yywrap */
103 /* no need to use yywrap() */
184 * which automatically generates yywrap macros and symbols. So I must
185 * distinguish between them and when yywrap is actually needed.
187 #ifndef yywrap
188 int yywrap(voi
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dsel.h77 #define yywrap _hx509_sel_yywrap macro
H A Dsel-lex.l120 yywrap ()
/freebsd-10.3-release/contrib/amd/fsinfo/
H A Dfsi_lex.l111 * which automatically generates yywrap macros and symbols. So I must
112 * distinguish between them and when yywrap is actually needed.
114 #ifndef yywrap
115 int yywrap(void);
116 #endif /* not yywrap */
266 * which automatically generates yywrap macros and symbols. So I must
267 * distinguish between them and when yywrap is actually needed.
269 #ifndef yywrap
270 int yywrap(void)
274 #endif /* not yywrap */
[all...]
H A Dfsinfo.c171 #ifdef yywrap
172 if (yywrap())
173 #endif /* yywrap */
H A Dfsinfo.h112 * which automatically generates yywrap macros and symbols. So I must
113 * distinguish between them and when yywrap is actually needed.
115 #ifndef yywrap
116 extern int yywrap(void);
117 #endif /* not yywrap */
/freebsd-10.3-release/contrib/binutils/gas/
H A Ditbl-lex.l107 #ifndef yywrap
109 yywrap ()
/freebsd-10.3-release/contrib/unbound/util/
H A Dconfigyyrename.h45 #define yywrap ub_c_wrap macro
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c17 #define yywrap libsdp_yywrap macro
250 /* Flag which is used to allow yywrap()'s to do buffer switches
541 #define yywrap libsdp_yywrap macro
557 extern "C" int yywrap YY_PROTO(( void ));
559 extern int yywrap YY_PROTO(( void ));
1072 if ( yywrap() )
1423 if ( yywrap() )
1489 * EOF (yywrap()) processing, but the only time this flag
1490 * is looked at is after yywrap() is called, so it's safe
1881 int yywrap () function
[all...]
/freebsd-10.3-release/usr.sbin/config/
H A Dconfig.y94 int yywrap(void);
313 yywrap(void)
/freebsd-10.3-release/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-10.3-release/contrib/one-true-awk/
H A Dproto.h25 extern int yywrap(void);
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dada-lex.l925 yywrap()
/freebsd-10.3-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l434 yywrap(void)
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c295 /* Flag which is used to allow yywrap()'s to do buffer switches
2066 extern "C" int yywrap (void );
2068 extern int yywrap (void );
2849 /* Override yywrap */
4218 if ( yywrap( ) )
4522 if ( yywrap( ) )
4597 * EOF (yywrap()) processing, but the only time this flag
4598 * is looked at is after yywrap() is called, so it's safe
5158 int yywrap() function

Completed in 246 milliseconds

12