Searched refs:unput (Results 1 – 12 of 12) sorted by relevance
/external/one-true-awk/ |
D | lex.c | 97 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()
|
D | proto.h | 35 extern void unput(int);
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 610 unput('.');
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 152 #define YY_USER_INIT while (0) { unput(0); }
|
/external/iproute2/tc/ |
D | emp_ematch.lex.c | 202 #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/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 435 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) macro
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/external/libpcap/ |
D | scanner.c | 443 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
D | configure | 8394 f { unput (yytext[0]); }
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/external/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 272 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) macro
|