Searched defs:unput (Results 1 – 5 of 5) sorted by relevance
571 void unput(int c) /* put lexical character back on input */ in unput() function
202 #define unput(c) yyunput( c, (yytext_ptr) ) macro
222 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro