Home
last modified time | relevance | path

Searched refs:yywrap (Results 1 – 17 of 17) 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/chromium_org/third_party/angle/src/compiler/translator/
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 ) ) in yyinput()
/external/libpcap/
Dscanner.l422 yywrap() in yywrap() function
Dscanner.c23 #define yywrap pcap_wrap macro
/external/elfutils/0.153/libcpu/
Di386_lex.c22 #define yywrap i386_wrap macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpmu-flex.c22 #define yywrap perf_pmu_wrap macro
/external/bison/src/
Dscan-skel.c27 #define yywrap skel_wrap macro
Dscan-code.c27 #define yywrap code_wrap macro
Dscan-gram.c27 #define yywrap gram_wrap macro
/external/elfutils/0.153/src/
Dldlex.c23 #define yywrap ldwrap macro
/external/elfutils/0.153/
Dconfigure3766 return ! yylex () + ! yywrap ();
/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 ();