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

  /toolchain/binutils/binutils-2.25/binutils/
arlex.l 91 #ifndef yywrap
93 int yywrap(void) { return 1; }
syslex.l 39 #ifndef yywrap
40 static int yywrap (void) { return 1; }
  /toolchain/binutils/binutils-2.25/gas/
itbl-lex.l 106 #ifndef yywrap
108 yywrap ()
configure     [all...]
  /external/iptables/iptables/
xtables-config-syntax.l 51 yywrap()
  /toolchain/binutils/binutils-2.25/ld/
ldlex.h 182 #ifndef yywrap
183 extern int yywrap (void);
ldlex.l 91 #ifndef yywrap
92 int yywrap (void) { return 1; }
configure     [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 135 virtual int yywrap();
176 // Flag which is used to allow yywrap()'s to do buffer switches
  /frameworks/rs/
spec.l 199 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...]
  /external/ltp/pan/
scan.l 434 yywrap(void)
443 printf("yywrap: next file is %s\n", *filenames);
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 377 int yywrap(void);
386 int yywrap()
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 386 #define yywrap(yyscanner) (/*CONSTCOND*/1) macro
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l 550 #ifndef yywrap
552 yywrap ()
  /external/fio/
configure 1398 extern int yywrap(void);
1402 yywrap(); function
    [all...]
  /external/libpcap/
scanner.l 410 * Also define a yywrap. Note that if we're using flex, it will
414 yywrap()
scanner.c 26 #define yywrap pcap_wrap macro
    [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/bison/
configure     [all...]

Completed in 771 milliseconds