Home
last modified time | relevance | path

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

12

/mirbsd/src/usr.bin/lex/
Dlibyywrap.c9 int yywrap(void);
12 yywrap(void) in yywrap() function
Dinitscan.c1358 extern "C" int yywrap YY_PROTO(( void ));
1360 extern int yywrap YY_PROTO(( void ));
2850 if ( yywrap() )
3210 if ( yywrap() ) in yyinput()
3688 int yywrap() in yywrap() function
Dflex.skl249 /* Flag which is used to allow yywrap()'s to do buffer switches
319 extern "C" int yywrap YY_PROTO(( void ));
321 extern int yywrap YY_PROTO(( void ));
613 if ( yywrap() )
1051 if ( yywrap() )
1125 * EOF (yywrap()) processing, but the only time this flag
1126 * is looked at is after yywrap() is called, so it's safe
Dscan.l662 int yywrap()
Dflexdef.h1001 extern int yywrap PROTO((void));
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldlex.h58 #ifndef yywrap
59 extern int yywrap (void);
Dldlex.l94 #ifndef yywrap
95 int yywrap (void) { return 1; } in yywrap() function
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Darlex.l87 #ifndef yywrap
89 int yywrap(void) { return 1; }
Dsyslex.l33 #ifndef yywrap
34 static int yywrap (void) { return 1; } in yywrap() function
Ddeflex.l93 #ifndef yywrap
95 int yywrap(void) { return 1; }
Drclex.l240 #ifndef yywrap
242 int yywrap (void)
/mirbsd/src/share/i18n/esdb/mkesdb/
Dlex.l96 #ifndef yywrap
98 yywrap(void)
/mirbsd/src/share/i18n/csmapper/mkcsmapper/
Dlex.l104 #ifndef yywrap
106 yywrap(void)
/mirbsd/src/gnu/usr.bin/binutils/gas/
Ditbl-lex.l109 #ifndef yywrap
111 yywrap ()
/mirbsd/src/bin/systrace/
Dlex.l154 #ifndef yywrap
155 int yywrap() { return 1; }
/mirbsd/src/sbin/wsconsctl/
Dmap_scan.l50 #define yywrap() 1 macro
/mirbsd/src/usr.bin/sudo/
Dparse.lex60 #undef yywrap /* guard against a yywrap macro */
454 yywrap()
/mirbsd/src/usr.sbin/config/
Dscan.l73 #define yywrap() 1 macro
/mirbsd/src/usr.bin/bc/
Dscan.l242 yywrap(void)
Dbc.y63 int yywrap(void);
1110 yywrap(); in main()
/mirbsd/src/usr.bin/awk/
Dproto.h27 extern int yywrap(void);
Dawkgram.y32 int yywrap(void) { return(1); } in yywrap() function
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_scan.l578 yywrap()
/mirbsd/src/lib/libpcap/
Dscanner.l306 yywrap() in yywrap() function
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lex.l918 yywrap(void)

12