Home
last modified time | relevance | path

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

1234

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map_tok.l128 #if !defined(yywrap) || defined(yylex)
129 int yywrap(void);
230 #if !defined(yywrap) || defined(yylex)
231 int yywrap(void) in yywrap() function
H A Dconf_tok.l87 #if !defined(yywrap) || defined(yylex)
88 int yywrap(void);
186 #if !defined(yywrap) || defined(yylex)
187 int yywrap(void)
/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_lex.l112 #if !defined(yywrap) || defined(yylex)
113 int yywrap(void);
270 #if !defined(yywrap) || defined(yylex)
271 int yywrap(void)
H A Dfsinfo.c169 #ifdef yywrap in fsi_get_args()
170 if (yywrap()) in fsi_get_args()
H A Dfsinfo.h113 #ifndef yywrap
114 extern int yywrap(void);
H A Dnull_lex.l7 int yywrap(void) { return 0; } in yywrap() function
/netbsd-src/external/bsd/flex/dist/src/
H A Dlibyywrap.c32 int yywrap (void);
34 int yywrap (void) in yywrap() function
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dprog_lex.m46 AC_CHECK_LIB(fl, yywrap, LEXLIB="-lfl",
7 [AC_CHECK_LIB(l, yywrap, LEXLIB="-ll")])
/netbsd-src/usr.bin/mkesdb/
H A Dlex.l97 #ifndef yywrap
99 yywrap(void)
/netbsd-src/usr.bin/mkcsmapper/
H A Dlex.l107 #ifndef yywrap
109 yywrap(void)
/netbsd-src/external/bsd/bc/dist/
H A Dscan.l56 #undef yywrap
57 int yywrap (void);
369 yywrap(void)
/netbsd-src/external/bsd/flex/dist/tests/
H A Dcxx_yywrap.ll47 int testFlexLexer::yywrap()
66 f->yywrap();
/netbsd-src/usr.bin/mklocale/
H A Dlex.l180 #if !defined(yywrap)
182 yywrap(void)
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddeflex.c326 #define yywrap() (/*CONSTCOND*/1) macro
655 extern "C" int yywrap ( void );
657 extern int yywrap ( void );
1177 if ( yywrap( ) )
1484 if ( yywrap( ) ) in yyinput()
H A Darlex.c326 #define yywrap() (/*CONSTCOND*/1) macro
645 extern "C" int yywrap ( void );
647 extern int yywrap ( void );
1150 if ( yywrap( ) )
1457 if ( yywrap( ) ) in yyinput()
H A Dsyslex.c324 #define yywrap() (/*CONSTCOND*/1) macro
580 extern "C" int yywrap ( void );
582 extern int yywrap ( void );
1017 if ( yywrap( ) )
1324 if ( yywrap( ) ) in yyinput()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-lex.c326 #define yywrap() (/*CONSTCOND*/1) macro
573 extern "C" int yywrap ( void );
575 extern int yywrap ( void );
997 if ( yywrap( ) )
1341 if ( yywrap( ) ) in yyinput()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-lex.c326 #define yywrap() (/*CONSTCOND*/1) macro
573 extern "C" int yywrap ( void );
575 extern int yywrap ( void );
997 if ( yywrap( ) )
1341 if ( yywrap( ) ) in yyinput()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddeflex.c326 #define yywrap() (/*CONSTCOND*/1) macro
655 extern "C" int yywrap ( void );
657 extern int yywrap ( void );
1177 if ( yywrap( ) )
1484 if ( yywrap( ) ) in yyinput()
H A Dsyslex.c324 #define yywrap() (/*CONSTCOND*/1) macro
580 extern "C" int yywrap ( void );
582 extern int yywrap ( void );
1017 if ( yywrap( ) )
1324 if ( yywrap( ) ) in yyinput()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-lex.c556 extern "C" int yywrap ( void );
558 extern int yywrap ( void );
894 if ( yywrap( ) )
1201 if ( yywrap( ) ) in yyinput()
1874 yywrap () in yywrap() function
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-lex.c326 #define yywrap() (/*CONSTCOND*/1) macro
556 extern "C" int yywrap ( void );
558 extern int yywrap ( void );
938 if ( yywrap( ) )
1282 if ( yywrap( ) ) in yyinput()
/netbsd-src/tools/m4/bootstrap/
H A Dtokenizer.c507 extern int yywrap(void);
564 extern "C" int yywrap (void );
566 extern int yywrap (void );
931 if ( yywrap( ) )
1270 if ( yywrap( ) ) in yyinput()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dlex.c577 extern "C" int yywrap ( void );
579 extern int yywrap ( void );
957 if ( yywrap( ) )
1264 if ( yywrap( ) ) in yyinput()
1851 yywrap () in yywrap() function
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalclex.c591 extern "C" int yywrap (void );
593 extern int yywrap (void );
1006 if ( yywrap( ) )
1343 if ( yywrap( ) ) in yyinput()
1929 yywrap () in yywrap() function

1234