Searched refs:unput (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/src/src/
H A Dldlex.l311 unput (c);
H A Dldlex.c218 #define unput(c) yyunput( c, (yytext_ptr) ) macro
2883 unput (c);
/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-events.l204 . { unput(*yytext); BEGIN(INITIAL); }
H A Dparse-events-flex.c201 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
1764 { unput(*yytext); BEGIN(INITIAL); }
H A Dpmu-flex.c207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l309 unput('.');
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l145 here only to avoid the compiler complaining about an unput function
147 #define YY_USER_INIT while (0) { unput(0); }
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc234 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/bison/src/
H A Dscan-skel.c253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
H A Dscan-code.c253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
H A Dscan-gram.c253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/elfutils/src/libcpu/
H A Di386_lex.c217 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/libpcap/
H A Dscanner.c208 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/external/elfutils/src/
H A Dconfigure4354 f { unput (yytext[0]); }
/external/bison/
H A Dconfigure8345 f { unput (yytext[0]); }

Completed in 533 milliseconds