Searched defs:unput (Results 1 – 8 of 8) sorted by relevance
297 sub unput($self) subroutine
652 void unput(int c) /* put lexical character back on input */ in unput() function
138 #define unput(c) yyunput( c, yytext_ptr ) macro
192 #define unput(c) yyunput( c, (yytext_ptr) ) macro
167 #define unput(c) yyunput( c, (yytext_ptr) ) macro