HomeSort by relevance Sort by last modified time
    Searched full:yywrap (Results 1 - 25 of 39) sorted by null

1 2

  /external/webkit/Tools/android/flex-2.5.4a/
libyywrap.c 1 /* libyywrap - flex run-time support library "yywrap" function */
5 int yywrap() function
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...]
skel.c 242 "/* Flag which is used to allow yywrap()'s to do buffer switches",
312 "extern \"C\" int yywrap YY_PROTO(( void ));",
314 "extern int yywrap YY_PROTO(( void ));",
598 " if ( yywrap() )",
1026 " if ( yywrap() )",
1100 " * EOF (yywrap()) processing, but the only time this flag",
1101 " * is looked at is after yywrap() is called, so it's safe",
    [all...]
FlexLexer.h 160 // Flag which is used to allow yywrap()'s to do buffer switches
NEWS 181 yywrap if unset ("%option noyywrap"), scanner does not
182 call yywrap() upon EOF but simply assumes there
553 its own yywrap() and main() functions. (This change will cause
681 - yywrap() is now a function, and you now *must* link flex scanners
    [all...]
scan.l 265 yywrap do_yywrap = option_sense;
653 int yywrap()
flex.1 1126 .B yywrap()
1128 .B yywrap()
1141 .B yywrap(),
1145 .B yywrap()
    [all...]
initscan.c 224 /* Flag which is used to allow yywrap()'s to do buffer switches
3640 int yywrap() function
    [all...]
flexdef.h 371 * do_yywrap - do yywrap() processing on EOF. If false, EOF treated as
    [all...]
main.c 951 outn( "\n#define yywrap() 1" );
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
libyywrap.ch 5 int yywrap()
7 int yywrap(void)
  /external/bluetooth/bluez/tools/
lexer.l 117 int yywrap(void)
lexer.c 273 /* Flag which is used to allow yywrap()'s to do buffer switches
533 extern "C" int yywrap (void );
535 extern int yywrap (void );
904 if ( yywrap( ) )
1194 if ( yywrap( ) )
1759 int yywrap(void) function
    [all...]
  /frameworks/rs/
spec.l 194 int yywrap()
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 377 int yywrap(void);
386 int yywrap()
  /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/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
diffs 352 #undef yywrap
360 #undef yywrap
738 #undef yywrap
752 #undef yywrap
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...]
  /ndk/sources/host-tools/nawk-20071023/
proto.h 28 extern int yywrap(void);
  /external/libpcap/
scanner.l 387 * Also define a yywrap. Note that if we're using flex, it will
391 yywrap()
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
flex.man     [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
flex.info     [all...]
flex.texi     [all...]
  /prebuilt/linux-x86/flex/
flex-2.5.4a 
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 350 #define yywrap(n) 1 macro
    [all...]

Completed in 312 milliseconds

1 2