Searched refs:yywrap (Results 1 - 9 of 9) 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/fio/
H A Dconfigure1398 extern int yywrap(void);
1402 yywrap(); function
/external/libpcap/
H A Dscanner.l410 * Also define a yywrap. Note that if we're using flex, it will
414 yywrap()
H A Dscanner.c26 #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/bison/
H A Dconfigure8354 return ! yylex () + ! yywrap ();

Completed in 313 milliseconds