HomeSort by: relevance | last modified time | path
    Searched refs:yywrap (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/bsd/flex/dist/src/
libyywrap.c 3 /* libyywrap - flex run-time support library "yywrap" function */
32 int yywrap (void);
34 int yywrap (void) function
FlexLexer.h 147 virtual int yywrap();
188 // Flag which is used to allow yywrap()'s to do buffer switches
  /src/external/bsd/am-utils/dist/fsinfo/
null_lex.l 7 int yywrap(void) { return 0; }
fsi_lex.l 109 * which automatically generates yywrap macros and symbols. So I must
110 * distinguish between them and when yywrap is actually needed.
112 #if !defined(yywrap) || defined(yylex)
113 int yywrap(void);
114 #endif /* not yywrap or yylex */
267 * which automatically generates yywrap macros and symbols. So I must
268 * distinguish between them and when yywrap is actually needed.
270 #if !defined(yywrap) || defined(yylex)
271 int yywrap(void)
275 #endif /* not yywrap or yylex *
    [all...]
fsinfo.c 169 #ifdef yywrap
170 if (yywrap())
171 #endif /* yywrap */
fsinfo.h 110 * which automatically generates yywrap macros and symbols. So I must
111 * distinguish between them and when yywrap is actually needed.
113 #ifndef yywrap
114 extern int yywrap(void);
115 #endif /* not yywrap */
  /src/external/bsd/flex/dist/tests/
cxx_yywrap.ll 47 int testFlexLexer::yywrap()
66 f->yywrap();
pthread.l 51 %option yywrap
  /src/external/bsd/am-utils/dist/amd/
conf_tok.l 84 * which automatically generates yywrap macros and symbols. So I must
85 * distinguish between them and when yywrap is actually needed.
87 #if !defined(yywrap) || defined(yylex)
88 int yywrap(void);
89 #endif /* not yywrap or yylex */
101 /* no need to use yywrap() */
183 * which automatically generates yywrap macros and symbols. So I must
184 * distinguish between them and when yywrap is actually needed.
186 #if !defined(yywrap) || defined(yylex)
187 int yywrap(void
    [all...]
sun_map_tok.l 125 * which automatically generates yywrap macros and symbols. So I must
126 * distinguish between them and when yywrap is actually needed.
128 #if !defined(yywrap) || defined(yylex)
129 int yywrap(void);
130 #endif /* not yywrap or yylex */
132 /* no need to use yywrap() */
227 * which automatically generates yywrap macros and symbols. So I must
228 * distinguish between them and when yywrap is actually needed.
230 #if !defined(yywrap) || defined(yylex)
231 int yywrap(void
    [all...]
  /src/sbin/veriexecctl/
veriexecctl_conf.l 130 yywrap(void)
  /src/external/lgpl3/gmp/dist/demos/calc/
calclex.l 110 yywrap ()
  /src/usr.bin/m4/
tokenizer.l 32 extern int yywrap(void);
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.l 159 yywrap ()
slc-lex.c 279 /* Flag which is used to allow yywrap()'s to do buffer switches
556 extern "C" int yywrap ( void );
558 extern int yywrap ( void );
894 if ( yywrap( ) )
1201 if ( yywrap( ) )
1274 * EOF (yywrap()) processing, but the only time this flag
1275 * is looked at is after yywrap() is called, so it's safe
1874 yywrap () function
  /src/external/bsd/bc/dist/
scan.l 55 /* We want to define our own yywrap. */
56 #undef yywrap
57 int yywrap (void);
369 yywrap(void)
  /src/external/bsd/unbound/dist/util/
configyyrename.h 56 #define yywrap ub_c_wrap macro
  /src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h 132 virtual int yywrap();
173 // Flag which is used to allow yywrap()'s to do buffer switches
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 223 /* Flag which is used to allow yywrap()'s to do buffer switches
265 #define yywrap() 1 macro
476 extern "C" int yywrap YY_PROTO(( void ));
478 extern int yywrap YY_PROTO(( void ));
944 if ( yywrap() )
1293 if ( yywrap() )
1358 * EOF (yywrap()) processing, but the only time this flag
1359 * is looked at is after yywrap() is called, so it's safe
  /src/tools/m4/bootstrap/
tokenizer.c 287 /* Flag which is used to allow yywrap()'s to do buffer switches
507 extern int yywrap(void);
564 extern "C" int yywrap (void );
566 extern int yywrap (void );
931 if ( yywrap( ) )
1270 if ( yywrap( ) )
1343 * EOF (yywrap()) processing, but the only time this flag
1344 * is looked at is after yywrap() is called, so it's safe
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 279 /* Flag which is used to allow yywrap()'s to do buffer switches
899 extern "C" int yywrap ( void );
901 extern int yywrap ( void );
1786 if ( yywrap( ) )
2130 if ( yywrap( ) )
2203 * EOF (yywrap()) processing, but the only time this flag
2204 * is looked at is after yywrap() is called, so it's safe
2717 yywrap () function
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.c 279 /* Flag which is used to allow yywrap()'s to do buffer switches
577 extern "C" int yywrap ( void );
579 extern int yywrap ( void );
957 if ( yywrap( ) )
1264 if ( yywrap( ) )
1337 * EOF (yywrap()) processing, but the only time this flag
1338 * is looked at is after yywrap() is called, so it's safe
1851 yywrap () function
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 277 /* Flag which is used to allow yywrap()'s to do buffer switches
326 #define yywrap() (/*CONSTCOND*/1) macro
645 extern "C" int yywrap ( void );
647 extern int yywrap ( void );
1150 if ( yywrap( ) )
1457 if ( yywrap( ) )
1530 * EOF (yywrap()) processing, but the only time this flag
1531 * is looked at is after yywrap() is called, so it's safe
deflex.c 277 /* Flag which is used to allow yywrap()'s to do buffer switches
326 #define yywrap() (/*CONSTCOND*/1) macro
655 extern "C" int yywrap ( void );
657 extern int yywrap ( void );
1177 if ( yywrap( ) )
1484 if ( yywrap( ) )
1557 * EOF (yywrap()) processing, but the only time this flag
1558 * is looked at is after yywrap() is called, so it's safe
syslex.c 277 /* Flag which is used to allow yywrap()'s to do buffer switches
324 #define yywrap() (/*CONSTCOND*/1) macro
580 extern "C" int yywrap ( void );
582 extern int yywrap ( void );
1017 if ( yywrap( ) )
1324 if ( yywrap( ) )
1397 * EOF (yywrap()) processing, but the only time this flag
1398 * is looked at is after yywrap() is called, so it's safe

Completed in 43 milliseconds

1 2 3