Searched refs:yywrap (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10.1/Liby-20/
H A Dlibyywrap.c1 /* libyywrap - flex run-time support library "yywrap" function */
24 int yywrap (void) function
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Darlex.l87 #ifndef yywrap
89 int yywrap(void) { return 1; }
H A Dsyslex.l33 #ifndef yywrap
34 static int yywrap (void) { return 1; }
H A Drclex.l240 #ifndef yywrap
242 int yywrap (void)
H A Darlex.c223 /* Flag which is used to allow yywrap()'s to do buffer switches
515 extern "C" int yywrap YY_PROTO(( void ));
517 extern int yywrap YY_PROTO(( void ));
1025 if ( yywrap() )
1375 if ( yywrap() )
1440 * EOF (yywrap()) processing, but the only time this flag
1441 * is looked at is after yywrap() is called, so it's safe
1831 #ifndef yywrap
1833 int yywrap(void) { return 1; } function
H A Ddeflex.c223 /* Flag which is used to allow yywrap()'s to do buffer switches
527 extern "C" int yywrap YY_PROTO(( void ));
529 extern int yywrap YY_PROTO(( void ));
1050 if ( yywrap() )
1400 if ( yywrap() )
1465 * EOF (yywrap()) processing, but the only time this flag
1466 * is looked at is after yywrap() is called, so it's safe
1856 #ifndef yywrap
1858 int yywrap(void) { return 1; } function
H A Dsyslex.c223 /* Flag which is used to allow yywrap()'s to do buffer switches
448 #ifndef yywrap
449 static int yywrap (void) { return 1; } function
461 extern "C" int yywrap YY_PROTO(( void ));
463 extern int yywrap YY_PROTO(( void ));
903 if ( yywrap() )
1253 if ( yywrap() )
1318 * EOF (yywrap()) processing, but the only time this flag
1319 * is looked at is after yywrap() is called, so it's safe
H A Drclex.c223 /* Flag which is used to allow yywrap()'s to do buffer switches
720 extern "C" int yywrap YY_PROTO(( void ));
722 extern int yywrap YY_PROTO(( void ));
1523 if ( yywrap() )
1873 if ( yywrap() )
1938 * EOF (yywrap()) processing, but the only time this flag
1939 * is looked at is after yywrap() is called, so it's safe
2329 #ifndef yywrap
2331 int yywrap (void) function
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dsel.h77 #define yywrap _hx509_sel_yywrap macro
H A Dsel-lex.l120 yywrap ()
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCEngineCommands.l52 #define yywrap(x) 1
/macosx-10.10.1/Heimdal-398.1.2/lib/sl/
H A Dslc-lex.l161 yywrap ()
/macosx-10.10.1/bc-21/bc/bc/
H A Dscan.l49 /* We want to define our own yywrap. */
50 #undef yywrap
51 _PROTOTYPE(int yywrap, (void));
370 yywrap()
H A Dscan.c223 /* Flag which is used to allow yywrap()'s to do buffer switches
637 /* We want to define our own yywrap. */
638 #undef yywrap macro
639 _PROTOTYPE(int yywrap, (void));
816 extern "C" int yywrap YY_PROTO(( void ));
818 extern int yywrap YY_PROTO(( void ));
1439 if ( yywrap() )
1788 if ( yywrap() )
1853 * EOF (yywrap()) processing, but the only time this flag
1854 * is looked at is after yywrap() i
2255 yywrap() function
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dlex.l276 #ifndef yywrap /* XXX */
278 yywrap ()
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dacf_l.l129 static int yywrap(yyscan_t scanner)
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dtokenparser.c39 #define yywrap tpwrap macro
286 * Flag which is used to allow yywrap()'s to do buffer switches instead of
478 extern "C" int yywrap YY_PROTO((void));
480 extern int yywrap YY_PROTO((void));
856 if (yywrap())
1224 if (yywrap())
1289 * (yywrap()) processing, but the only time this flag is looked at is
1290 * after yywrap() is called, so it's safe to go ahead and always set
1690 int yywrap() function
H A Dconfigfile.c290 /* Flag which is used to allow yywrap()'s to do buffer switches
343 #define yywrap(n) 1 macro
549 extern "C" int yywrap (void );
551 extern int yywrap (void );
882 if ( yywrap( ) )
1180 if ( yywrap( ) )
1253 * EOF (yywrap()) processing, but the only time this flag
1254 * is looked at is after yywrap() is called, so it's safe
H A Ddriverparser.c17 #define yywrap bpwrap macro
264 * Flag which is used to allow yywrap()'s to do buffer switches instead of
454 extern "C" int yywrap YY_PROTO((void));
456 extern int yywrap YY_PROTO((void));
830 if (yywrap())
1198 if (yywrap())
1263 * (yywrap()) processing, but the only time this flag is looked at is
1264 * after yywrap() is called, so it's safe to go ahead and always set
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dtokenparser.c290 /* Flag which is used to allow yywrap()'s to do buffer switches
343 #define yywrap(n) 1 macro
576 extern "C" int yywrap (void );
578 extern int yywrap (void );
908 if ( yywrap( ) )
1206 if ( yywrap( ) )
1279 * EOF (yywrap()) processing, but the only time this flag
1280 * is looked at is after yywrap() is called, so it's safe
/macosx-10.10.1/awk-20/src/
H A Dproto.h25 extern int yywrap(void);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_parser.y377 int yywrap(void);
386 int yywrap()
/macosx-10.10.1/sudo-73/src/
H A Dtoke.c227 /* Flag which is used to allow yywrap()'s to do buffer switches
269 #define yywrap() 1 macro
1530 extern "C" int yywrap YY_PROTO(( void ));
1532 extern int yywrap YY_PROTO(( void ));
2530 if ( yywrap() )
2881 if ( yywrap() )
2948 * EOF (yywrap()) processing, but the only time this flag
2949 * is looked at is after yywrap() is called, so it's safe
/macosx-10.10.1/vim-55/runtime/syntax/
H A Daflex.vim56 syn keyword aflexCFunctions ECHO output winput wunput yyless yymore yywrap
H A Dlex.vim95 syn keyword lexCFunctions ECHO output winput wunput yyless yymore yywrap

Completed in 270 milliseconds

12