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

12

/freebsd-12-stable/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-12-stable/contrib/amd/fsinfo/
H A Dnull_lex.l5 int yywrap(void) { return 0; }
H A Dfsi_lex.l107 * which automatically generates yywrap macros and symbols. So I must
108 * distinguish between them and when yywrap is actually needed.
110 #if !defined(yywrap) || defined(yylex)
111 int yywrap(void);
112 #endif /* not yywrap or yylex */
265 * which automatically generates yywrap macros and symbols. So I must
266 * distinguish between them and when yywrap is actually needed.
268 #if !defined(yywrap) || defined(yylex)
269 int yywrap(void)
273 #endif /* not yywrap o
[all...]
H A Dfsinfo.c167 #ifdef yywrap
168 if (yywrap())
169 #endif /* yywrap */
H A Dfsinfo.h108 * which automatically generates yywrap macros and symbols. So I must
109 * distinguish between them and when yywrap is actually needed.
111 #ifndef yywrap
112 extern int yywrap(void);
113 #endif /* not yywrap */
/freebsd-12-stable/contrib/binutils/ld/
H A Dldlex.h59 #ifndef yywrap
60 extern int yywrap (void);
/freebsd-12-stable/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-12-stable/contrib/amd/amd/
H A Dconf_tok.l82 * which automatically generates yywrap macros and symbols. So I must
83 * distinguish between them and when yywrap is actually needed.
85 #if !defined(yywrap) || defined(yylex)
86 int yywrap(void);
87 #endif /* not yywrap or yylex */
99 /* no need to use yywrap() */
181 * which automatically generates yywrap macros and symbols. So I must
182 * distinguish between them and when yywrap is actually needed.
184 #if !defined(yywrap) || defined(yylex)
185 int yywrap(voi
[all...]
H A Dsun_map_tok.l123 * which automatically generates yywrap macros and symbols. So I must
124 * distinguish between them and when yywrap is actually needed.
126 #if !defined(yywrap) || defined(yylex)
127 int yywrap(void);
128 #endif /* not yywrap or yylex */
130 /* no need to use yywrap() */
225 * which automatically generates yywrap macros and symbols. So I must
226 * distinguish between them and when yywrap is actually needed.
228 #if !defined(yywrap) || defined(yylex)
229 int yywrap(voi
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A Ditbl-lex.l107 #ifndef yywrap
109 yywrap ()
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dsel.h77 #define yywrap _hx509_sel_yywrap macro
H A Dsel-lex.l120 yywrap ()
/freebsd-12-stable/contrib/dma/
H A Daliases_parse.y23 yywrap(void)
H A Ddma.h178 int yywrap(void);
/freebsd-12-stable/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-12-stable/sbin/veriexec/
H A Dmanifest_lexer.l148 yywrap(void)
/freebsd-12-stable/contrib/unbound/util/
H A Dconfigyyrename.h45 #define yywrap ub_c_wrap macro
/freebsd-12-stable/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-12-stable/usr.sbin/config/
H A Dconfig.y96 int yywrap(void);
323 yywrap(void)
/freebsd-12-stable/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-12-stable/contrib/one-true-awk/
H A Dproto.h25 extern int yywrap(void);

Completed in 232 milliseconds

12