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

  /external/webkit/Tools/android/flex-2.5.4a/
scan.l 57 unput((str)[i])
260 unput ACTION_IFDEF("YY_NO_UNPUT", ! option_sense);
382 unput( '\n' ); /* so <ACTION> sees it */
462 unput(')');
464 unput('(');
initscan.c 136 #define unput(c) yyunput( c, yytext_ptr ) macro
    [all...]
flex.skl 142 #define unput(c) yyunput( c, yytext_ptr )
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 315 unput('.');
glcpp-lex.c 193 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
  /external/elfutils/src/
ldlex.l 301 unput (c);
ldlex.c 154 #define unput(c) yyunput( c, yytext_ptr ) macro
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 221 unput((str)[i])
278 #define unput(c) yyunput( c, yytext ) macro
    [all...]
  /external/bison/src/
scan-skel.c 207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
scan-gram.c 207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 166 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /system/core/sh/
arith_lex.c 167 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/libpcap/
scanner.c 166 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp 193 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 215 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]

Completed in 112 milliseconds