Searched refs:unput (Results 1 – 11 of 11) sorted by relevance
97 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() function585 unput(s[i]); in unputstr()
35 extern void unput(int);
96 unput(yytext[0]);
584 unput('.');
147 #define YY_USER_INIT while (0) { unput(0); }
202 #define unput(c) yyunput( c, (yytext_ptr) ) macro
178 #define unput(c) yyunput( c, (yytext_ptr) )1036 unput(zconftext[0]);
563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
222 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
7765 f { unput (yytext[0]); }
348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro