Searched refs:yyunput (Results 1 – 1 of 1) sorted by relevance
167 #define unput(c) yyunput( c, (yytext_ptr) )553 static void yyunput (int c,char *buf_ptr );1235 static void yyunput (int c, register char * yy_bp ) in yyunput() function