Searched refs:unput (Results 1 – 6 of 6) sorted by relevance
99 unput(')');125 unput(',');137 unput('(');
312 unput('(');366 unput(',');411 unput(*--yptr);431 unput('(');542 unput(*--body_pos);551 unput(*--strp);
290 unput('(');377 unput(token);393 unput(token);
198 #define unput(c) yyunput( c, (yytext_ptr) ) macro2814 unput('\n');3951 unput(c); in expand_token()3964 unput(*--end); in expand_token()3983 unput(*--end); in append_expanded_string()
325 . { unput(*yytext); BEGIN(INITIAL); }
179 #define unput(c) yyunput( c, (yytext_ptr) ) macro
Completed in 18 milliseconds