Home
last modified time | relevance | path

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

/dflybsd-src/contrib/flex/src/
H A Dlibyywrap.c24 int yywrap (void);
26 int yywrap (void) in yywrap() function
H A DFlexLexer.h145 virtual int yywrap();
H A Dflex.skl83 #define yywrap M4_YY_PREFIX[[wrap]]
578 /* Flag which is used to allow yywrap()'s to do buffer switches
918 extern "C" int yywrap ( M4_YY_PROTO_ONLY_ARG );
920 extern int yywrap ( M4_YY_PROTO_ONLY_ARG );
1357 if ( yywrap( M4_YY_CALL_ONLY_ARG ) )
1858 if ( yywrap( M4_YY_CALL_ONLY_ARG ) )
1962 * EOF (yywrap()) processing, but the only time this flag
1963 * is looked at is after yywrap() is called, so it's safe
H A Dscan.l1015 int yywrap(void)
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Darlex.l91 #ifndef yywrap
93 int yywrap(void) { return 1; }
/dflybsd-src/usr.bin/mkesdb/
H A Dlex.l89 #ifndef yywrap
91 yywrap(void)
/dflybsd-src/usr.bin/mkcsmapper/
H A Dlex.l100 #ifndef yywrap
102 yywrap(void)
/dflybsd-src/libexec/dma/
H A Daliases_parse.y10 int yywrap(void);
27 yywrap(void) in yywrap() function
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dldlex.h183 #ifndef yywrap
184 extern int yywrap (void);
H A Dldlex.l92 #ifndef yywrap
93 int yywrap (void) { return 1; } in yywrap() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-lex.c336 #define yywrap(n) 1 macro
1051 extern "C" int yywrap (void );
1053 extern int yywrap (void );
1736 if ( yywrap( ) )
2035 if ( yywrap( ) ) in yyinput()
/dflybsd-src/usr.bin/m4/
H A Dmanual_tokenizer.c558 extern "C" int yywrap (void );
560 extern int yywrap (void );
924 if ( yywrap( ) )
1222 if ( yywrap( ) ) in yyinput()
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c927 extern "C" int yywrap (void );
929 extern int yywrap (void );
1607 if ( yywrap( ) )
1942 if ( yywrap( ) ) in yyinput()
2878 yywrap(void) in yywrap() function
/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lex.c927 extern "C" int yywrap (void );
929 extern int yywrap (void );
1607 if ( yywrap( ) )
1942 if ( yywrap( ) ) in yyinput()
2878 yywrap(void) in yywrap() function
H A Dada-exp.y763 #define yywrap ada_yywrap macro
H A Dada-exp.c3002 #define yywrap ada_yywrap macro
/dflybsd-src/contrib/awk/
H A Dproto.h25 extern int yywrap(void);
H A Dawkgram.y31 int yywrap(void) { return(1); } in yywrap() function
/dflybsd-src/usr.bin/bc/
H A Dscan.l277 yywrap(void)
H A Dbc.y66 int yywrap(void);
1170 yywrap(); in main()
/dflybsd-src/lib/libevtr/
H A Dktrfmt.yy.c23 #define yywrap __ktrfmtwrap macro