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

  /frameworks/rs/
spec.l 194 int yywrap()
  /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...]
  /system/core/sh/
arith_lex.c 274 /* Flag which is used to allow yywrap()'s to do buffer switches
327 #define yywrap(n) 1 macro
547 extern "C" int yywrap (void );
549 extern int yywrap (void );
992 if ( yywrap( ) )
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 377 int yywrap(void);
386 int yywrap()
  /ndk/sources/host-tools/nawk-20071023/
proto.h 30 extern int yywrap(void);
awkgram.y 31 int yywrap(void) { return(1); }
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_lex.cpp 363 #define yywrap(n) 1 macro
    [all...]
  /external/libpcap/
scanner.l 387 * Also define a yywrap. Note that if we're using flex, it will
391 yywrap()
  /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/elfutils/libcpu/
i386_lex.c 22 #define yywrap i386_wrap macro
    [all...]
  /external/elfutils/src/
ldlex.c 23 #define yywrap ldwrap macro
    [all...]
  /external/elfutils/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 251 milliseconds