Home
last modified time | relevance | path

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

/external/one-true-awk/
Dlex.c97 unput(c); in peek()
126 unput(c); in gettok()
143 unput(c); in gettok()
217 unput(c); in yylex()
429 unput(c); in string()
536 unput('\n'); in regexpr()
549 unput('/'); in regexpr()
584 void unput(int c) /* put lexical character back on input */ in unput() function
600 unput(s[i]); in unputstr()
Dproto.h35 extern void unput(int);
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l610 unput('.');
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l152 #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/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp435 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) macro
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
/external/libpcap/
Dscanner.c443 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
Dconfigure8394 f { unput (yytext[0]); }
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp272 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) macro