Searched defs:yywrap (Results 1 - 7 of 7) 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/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/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_lex.cpp363 #define yywrap(n) 1 macro
903 extern "C" int yywrap (yyscan_t yyscanner );
905 extern int yywrap (yyscan_t yyscanner );
1797 if ( yywrap(yyscanner ) )
2099 if ( yywrap(yyscanner ) )
2181 * EOF (yywrap()) processing, but the only time this flag
2182 * is looked at is after yywrap() is called, so it's safe
/external/elfutils/libcpu/
H A Di386_lex.c22 #define yywrap i386_wrap macro
/external/elfutils/src/
H A Dldlex.c23 #define yywrap ldwrap macro

Completed in 1118 milliseconds