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

  /external/webkit/WebKitTools/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/base/libs/rs/
spec.l 164 int yywrap()
  /external/bluetooth/bluez/tools/
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...]
  /external/elfutils/src/
ldlex.c 242 /* Flag which is used to allow yywrap()'s to do buffer switches
286 #define yywrap() 1 macro
    [all...]
  /external/webkit/WebKitTools/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/libpcap/
scanner.l 387 * Also define a yywrap. Note that if we're using flex, it will
391 yywrap()
  /external/elfutils/
configure 4938 yywrap (); function
5004 yywrap (); function
    [all...]
  /external/bison/
configure 6127 yywrap (); function
6193 yywrap (); function
    [all...]

Completed in 159 milliseconds