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

  /external/webkit/Tools/android/flex-2.5.4a/
libyywrap.c 1 /* libyywrap - flex run-time support library "yywrap" function */
5 int yywrap() function
initscan.c 224 /* Flag which is used to allow yywrap()'s to do buffer switches
3640 int yywrap() function
    [all...]
flex.skl 237 /* Flag which is used to allow yywrap()'s to do buffer switches
307 extern "C" int yywrap YY_PROTO(( void ));
309 extern int yywrap YY_PROTO(( void ));
593 if ( yywrap() )
1021 if ( yywrap() )
1095 * EOF (yywrap()) processing, but the only time this flag
1096 * is looked at is after yywrap() is called, so it's safe
    [all...]
flexdef.h 371 * do_yywrap - do yywrap() processing on EOF. If false, EOF treated as
    [all...]
  /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...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 126 /* default yywrap function - always treat EOF as an EOF */
127 #define yywrap() 1 macro
199 #undef yywrap macro
2638 int yywrap() function
    [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/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 350 #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 464 milliseconds