Home
last modified time | relevance | path

Searched refs:unput (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
Dglcpp-lex.l309 unput('.');
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.l309 unput('.');
/external/bison/m4/
Dflex.m451 f { unput (yytext[0]); }
/external/elfutils/src/
Dldlex.l319 unput (c); in handle_ifdef()
Dldlex.c212 #define unput(c) yyunput( c, (yytext_ptr) ) macro
2890 unput (c); in handle_ifdef()
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
D64bit-tokenizer-safety.patch25 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
DTokenizer.cpp208 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
/external/chromium_org/third_party/angle/src/compiler/
D64bit-lexer-safety.patch34 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
Dglslang_lex.cpp233 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprogram_lexer.l147 #define YY_USER_INIT while (0) { unput(0); }
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l147 #define YY_USER_INIT while (0) { unput(0); }
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-lex.c202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
1327 unput('.');
Dlex.yy.c202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
1168 #define YY_USER_INIT while (0) { unput(0); }
Dglsl_lexer.cc202 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
/external/bison/examples/calc++/
Dcalc++-scanner.cc234 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/elfutils/libcpu/
Di386_lex.c211 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/bison/src/
Dscan-skel.c253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
Dscan-gram.c253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
Dscan-code.c253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/libpcap/
Dscanner.c166 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
Dhandlebars-1.0.0.beta.6.js327 unput:function (ch) {
/external/elfutils/
Dconfigure3817 f { unput (yytext[0]); }
/external/bison/
DChangeLog-201213132 * 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
Dconfigure8345 f { unput (yytext[0]); }
/external/bison/doc/
Dbison.texi10389 @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

12