/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/bison/examples/calc++/ |
calc++-scanner.cc | 234 #define unput(c) yyunput( c, (yytext_ptr) ) macro [all...] |
/external/bison/src/ |
scan-skel.c | 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro [all...] |
scan-code.c | 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro [all...] |
scan-gram.c | 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_lex.cpp | 233 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Tokenizer.cpp | 208 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro [all...] |
glsl_lexer.cc | 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro [all...] |
lex.yy.c | 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 211 #define unput(c) yyunput( c, (yytext_ptr) ) macro [all...] |
/external/elfutils/src/ |
ldlex.c | 212 #define unput(c) yyunput( c, (yytext_ptr) ) macro [all...] |
/external/libpcap/ |
scanner.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...] |