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

/external/bison/examples/calc++/
H A Dcalc++-scanner.cc350 /* Flag which is used to allow yywrap()'s to do buffer switches
409 #define yywrap() 1 macro
559 # undef yywrap macro
560 # define yywrap() 1 macro
637 extern "C" int yywrap (void );
639 extern int yywrap (void );
1058 if ( yywrap( ) )
1389 if ( yywrap( ) )
1474 * EOF (yywrap()) processing, but the only time this flag
1475 * is looked at is after yywrap() i
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_parser.y377 int yywrap(void);
386 int yywrap()
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp369 #define yywrap(yyscanner) 1 macro
1129 extern "C" int yywrap (yyscan_t yyscanner );
1131 extern int yywrap (yyscan_t yyscanner );
2117 if ( yywrap(yyscanner ) )
2420 if ( yywrap(yyscanner ) )
2502 * EOF (yywrap()) processing, but the only time this flag
2503 * is looked at is after yywrap() is called, so it's safe
/external/libpcap/
H A Dscanner.l418 * Also define a yywrap. Note that if we're using flex, it will
422 yywrap()
H A Dscanner.c23 #define yywrap pcap_wrap macro
/external/bison/src/
H A Dscan-skel.c27 #define yywrap skel_wrap macro
H A Dscan-code.c27 #define yywrap code_wrap macro
H A Dscan-gram.c27 #define yywrap gram_wrap macro
/external/elfutils/0.153/libcpu/
H A Di386_lex.c22 #define yywrap i386_wrap macro
/external/elfutils/0.153/src/
H A Dldlex.c23 #define yywrap ldwrap macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-flex.c22 #define yywrap perf_pmu_wrap macro
/external/elfutils/0.153/
H A Dconfigure3766 return ! yylex () + ! yywrap ();
/external/bison/
H A Dconfigure8354 return ! yylex () + ! yywrap ();

Completed in 8026 milliseconds