HomeSort by relevance Sort by last modified time
    Searched defs:yyunput (Results 1 - 7 of 7) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 278 #define unput(c) yyunput( c, yytext )
2387 static void yyunput( YY_CHAR c, register YY_CHAR *yy_bp ) function
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 211 #define unput(c) yyunput( c, (yytext_ptr) )
640 static void yyunput (int c,char *buf_ptr );
1305 static void yyunput (int c, register char * yy_bp ) function
    [all...]
  /external/elfutils/src/
ldlex.c 212 #define unput(c) yyunput( c, (yytext_ptr) )
2097 static void yyunput (int c, register char * yy_bp ) function
    [all...]
  /external/libpcap/
scanner.c 166 #define unput(c) yyunput( c, (yytext_ptr) )
3777 static void yyunput (int c, register char * yy_bp ) function
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 193 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
818 static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner);
1775 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) function
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 136 #define unput(c) yyunput( c, yytext_ptr )
3088 static void yyunput( int c, register char *yy_bp ) function
    [all...]
  /system/core/sh/
arith_lex.c 167 #define unput(c) yyunput( c, (yytext_ptr) )
553 static void yyunput (int c,char *buf_ptr );
1235 static void yyunput (int c, register char * yy_bp ) function
    [all...]

Completed in 375 milliseconds