Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.l309 unput('.');
/external/bison/m4/
Dflex.m451 f { unput (yytext[0]); }
/external/elfutils/src/
Dldlex.l311 unput (c); in handle_ifdef()
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l147 #define YY_USER_INIT while (0) { unput(0); }
/external/bison/examples/calc++/
Dcalc++-scanner.cc234 #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.c217 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/toybox/kconfig/
Dlex.zconf.c_shipped178 #define unput(c) yyunput( c, (yytext_ptr) )
1036 unput(zconftext[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
Dbison.info9727 don't need `unput' either, and we parse an actual file, this is not an