Home
last modified time | relevance | path

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

/external/one-true-awk/
Dlex.c97 unput(c); in peek()
126 unput(c); in gettok()
143 unput(c); in gettok()
210 unput(c); in yylex()
416 unput(c); in string()
523 unput('\n'); in regexpr()
536 unput('/'); in regexpr()
571 void unput(int c) /* put lexical character back on input */ in unput() function
585 unput(s[i]); in unputstr()
Dproto.h35 extern void unput(int);
/external/u-boot/scripts/kconfig/
Dzconf.l96 unput(yytext[0]);
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l584 unput('.');
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l147 #define YY_USER_INIT while (0) { unput(0); }
/external/iproute2/tc/
Demp_ematch.lex.c202 #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/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
/external/libpcap/
Dscanner.c222 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
Dconfigure7765 f { unput (yytext[0]); }
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro