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

12

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c4982 yywrap(void) function
/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/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/binutils/
H A Darlex.l87 #ifndef yywrap
89 int yywrap(void) { return 1; }
H A Dconfigure10445 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
10446 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
10465 char yywrap ();
10469 yywrap (); function
10512 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
10513 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
10532 char yywrap ();
10536 yywrap (); function
H A Dsyslex.l33 #ifndef yywrap
34 static int yywrap (void) { return 1; }
/freebsd-10.3-release/contrib/binutils/gas/
H A Dconfigure11391 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11392 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11411 char yywrap ();
11415 yywrap (); function
11458 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11459 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11478 char yywrap ();
11482 yywrap (); function
H A Ditbl-lex.l107 #ifndef yywrap
109 yywrap ()
/freebsd-10.3-release/contrib/binutils/ld/
H A Dconfigure10954 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
10955 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
10974 char yywrap ();
10978 yywrap (); function
11021 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11022 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11041 char yywrap ();
11045 yywrap (); function
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/flex/
H A DFlexLexer.h130 virtual int yywrap();
171 // Flag which is used to allow yywrap()'s to do buffer switches
H A Dflexdef.h386 * do_yywrap - do yywrap() processing on EOF. If false, EOF treated as
1049 extern int yywrap PROTO ((void));
H A Dlibyywrap.c1 /* libyywrap - flex run-time support library "yywrap" function */
24 int yywrap (void);
25 int yywrap (void) function
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dada-exp.c2318 #define yywrap ada_yywrap
2314 #define yywrap macro
H A Dada-exp.y644 #define yywrap ada_yywrap
H A Dada-lex.l925 yywrap()
/freebsd-10.3-release/contrib/libpcap/
H A Dscanner.l410 * Also define a yywrap. Note that if we're using flex, it will
414 yywrap()
/freebsd-10.3-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l434 yywrap(void)
/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/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_y.y2365 int yywrap()
/freebsd-10.3-release/contrib/one-true-awk/
H A Dawkgram.y31 int yywrap(void) { return(1); }
H A Dproto.h25 extern int yywrap(void);

Completed in 284 milliseconds

12