HomeSort by relevance Sort by last modified time
    Searched defs:yywrap (Results 1 - 9 of 9) 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...]
  /external/elfutils/
configure 4938 yywrap (); function
5004 yywrap (); function
    [all...]
  /external/bison/
configure 6127 yywrap (); function
6193 yywrap (); function
    [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...]
  /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/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 350 #define yywrap(n) 1 macro
    [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...]

Completed in 287 milliseconds