HomeSort by relevance Sort by last modified time
    Searched defs:yywrap (Results 1 - 9 of 9) sorted by null

  /external/bison/examples/calc++/
calc++-scanner.cc 350 /* 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( ) )
    [all...]
  /external/bison/src/
scan-skel.c 27 #define yywrap skel_wrap macro
    [all...]
scan-code.c 27 #define yywrap code_wrap macro
    [all...]
scan-gram.c 27 #define yywrap gram_wrap macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 369 #define yywrap(yyscanner) 1 macro
    [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 22 #define yywrap i386_wrap macro
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 23 #define yywrap ldwrap macro
    [all...]
  /external/libpcap/
scanner.c 23 #define yywrap pcap_wrap macro
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-flex.c 22 #define yywrap perf_pmu_wrap macro
    [all...]

Completed in 643 milliseconds