Home
last modified time | relevance | path

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

/external/bison/examples/calc++/
Dcalc++-scanner.ll13 # undef yywrap
14 # define yywrap() 1
Dcalc++-scanner.cc409 #define yywrap() 1 macro
559 # undef yywrap
560 # define yywrap() 1 macro
637 extern "C" int yywrap (void );
639 extern int yywrap (void );
1058 if ( yywrap( ) )
1389 if ( yywrap( ) ) in yyinput()
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y377 int yywrap(void);
386 int yywrap() in yywrap() function
/external/bison/m4/
Dflex.m460 return ! yylex () + ! yywrap ();
/external/fio/
Dconfigure1398 extern int yywrap(void);
1402 yywrap();
/external/libpcap/
Dscanner.l414 yywrap() in yywrap() function
Dscanner.c26 #define yywrap pcap_wrap macro
/external/bison/src/
Dscan-skel.c27 #define yywrap skel_wrap macro
Dscan-gram.c27 #define yywrap gram_wrap macro
Dscan-code.c27 #define yywrap code_wrap macro
/external/bison/doc/
Dbison.texi10377 # undef yywrap
10378 # define yywrap() 1
10389 @code{yywrap}, we don't need @code{unput} either, and we parse an
12345 @c LocalWords: cstdlib Debian undef yywrap unput noyywrap nounput zA yyleng
Dbison.info9717 # undef yywrap
9718 # define yywrap() 1
9726 Because there is no `#include'-like feature we don't need `yywrap', we
/external/bison/
Dconfigure8354 return ! yylex () + ! yywrap ();