/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
D | glcpp-lex.l | 309 unput('.');
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-lex.l | 309 unput('.');
|
/external/bison/m4/ |
D | flex.m4 | 51 f { unput (yytext[0]); }
|
/external/elfutils/src/ |
D | ldlex.l | 319 unput (c); in handle_ifdef()
|
D | ldlex.c | 212 #define unput(c) yyunput( c, (yytext_ptr) ) macro 2890 unput (c); in handle_ifdef()
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | 64bit-tokenizer-safety.patch | 25 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
D | Tokenizer.cpp | 208 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | 64bit-lexer-safety.patch | 34 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
D | glslang_lex.cpp | 233 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | program_lexer.l | 147 #define YY_USER_INIT while (0) { unput(0); }
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 147 #define YY_USER_INIT while (0) { unput(0); }
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-lex.c | 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro 1327 unput('.');
|
D | lex.yy.c | 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro 1168 #define YY_USER_INIT while (0) { unput(0); }
|
D | glsl_lexer.cc | 202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 234 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 211 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/external/bison/src/ |
D | scan-skel.c | 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
D | scan-gram.c | 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
D | scan-code.c | 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/external/libpcap/ |
D | scanner.c | 166 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
D | handlebars-1.0.0.beta.6.js | 327 unput:function (ch) {
|
/external/elfutils/ |
D | configure | 3817 f { unput (yytext[0]); }
|
/external/bison/ |
D | ChangeLog-2012 | 13132 * src/scan-gram.l: Add %option nounput, since we no longer use unput. 13134 Do not insert the expected token via unput, as this runs afoul 13137 since we no longer insert the expected token via unput. 14908 Remove nounput option. At an unexpected end of file, we now unput
|
D | configure | 8345 f { unput (yytext[0]); }
|
/external/bison/doc/ |
D | bison.texi | 10389 @code{yywrap}, we don't need @code{unput} either, and we parse an 12345 @c LocalWords: cstdlib Debian undef yywrap unput noyywrap nounput zA yyleng
|