Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_lex.l444 int yywrap() in yywrap() function
/external/mesa3d/src/intel/compiler/elk/
Delk_lex.l433 int yywrap() in yywrap() function
/external/one-true-awk/
Dawkgram.y31 int yywrap(void) { return(1); } in yywrap() function
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y386 int yywrap() in yywrap() function
/external/libconfig/lib/
Dscanner.h210 #define yywrap libconfig_yywrap macro
Dscanner.c206 #define yywrap libconfig_yywrap macro
/external/libpcap/
Dscanner.h261 #define yywrap pcap_wrap macro
Dscanner.c257 #define yywrap pcap_wrap macro
/external/sdv/vsomeip/third_party/boost/spirit/example/lex/
Dword_count_functor_flex.cpp1572 extern "C" int yywrap() in yywrap() function
/external/coreboot/util/sconfig/
Dmain.c255 int yywrap(void) in yywrap() function
/external/libtracefs/src/
Dsqlhist-lex.c2190 int yywrap(void *data) in yywrap() function
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp213 # define yywrap ppwrap macro
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp395 #define yywrap(yyscanner) (/*CONSTCOND*/ 1) macro