unput
#define unput(c) yyunput( c, (yytext_ptr) )
void unput(int c) /* put lexical character back on input */