Searched refs:unput (Results 1 – 14 of 14) sorted by relevance
/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 | 311 unput (c); in handle_ifdef()
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 147 #define YY_USER_INIT while (0) { unput(0); }
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 234 #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 | 217 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 178 #define unput(c) yyunput( c, (yytext_ptr) ) 1036 unput(zconftext[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
|
D | bison.info | 9727 don't need `unput' either, and we parse an actual file, this is not an
|