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

  /ndk/sources/host-tools/nawk-20071023/
lex.c 97 unput(c);
126 unput(c);
143 unput(c);
209 unput(c);
413 unput(c);
519 unput('\n');
532 unput('/');
565 void unput(int c) /* put lexical character back on input */ function
581 unput(s[i]);
  /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-gram.c 207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
scan-skel.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...]
  /external/elfutils/src/
ldlex.c 154 #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/glcpp/
glcpp-lex.c 193 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) 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...]
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 136 #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...]

Completed in 471 milliseconds