Searched refs:unput (Results 1 – 25 of 72) sorted by relevance
123
8 unput('U'); unput('N'); unput('G'); unput('\0');
51 unput(inch);55 unput(inch);66 unput(inch);73 unput(inch);
27 unput(buffer[i]);
49 unput.lex \
101 unput(')');127 unput(',');139 unput('(');
305 unput('(');359 unput(',');396 unput(*--yptr);416 unput('(');527 unput(*--body_pos);536 unput(*--strp);
54 #ifdef unput55 # undef unput56 # define unput(c) { if (pos > 0) pos--; \ macro
49 #undef unput72 #undef unput73 #define unput(c) \84 static void unput(int);519 unput(c);641 unput(*q);
93 unput((str)[--i]); \617 unput( '\n' ); /* so <ACTION> sees it */720 unput(end_ch);734 unput(')');736 unput('(');
180 #define unput(c) yyunput( c, (yytext_ptr) ) macro1933 unput((str)[--i]); \3141 unput( '\n' ); /* so <ACTION> sees it */3258 unput(end_ch);3272 unput(')');3274 unput('(');
117 #undef unput119 #define unput(c) (*(char *)--sun_map_tok_buff = c) macro
115 #undef unput117 #define unput(ch) unch(ch) macro538 unput(c);683 unput('\n');805 unput(c);
107 unput(0);
89 unput (c);
181 #define unput(c) yyunput( c, (yytext_ptr) ) macro884 unput (c);
116 if (0) unput(0);
109 unput(i);968 unput(c);
196 unput (c); in PrDoCommentType1()
530 unput (c1); in AslDoComment()
138 unput(*v);
240 unput(c);
321 unput(c);
16 calls to input(), unput(), and yymore(). (This still doesn't53 - "%option nounput" now correctly omits the unput() routine207 input, unput334 however, is if unput() or yyless() is used to alter the input700 remain unmodified across calls to input() and unput() (the pointer805 cheap. Using unput() is expensive. Using yyless() is818 buffer does *not* grow if you unput() more text than can fit1088 - unput() and yyrestart() are now globally callable.1120 - unput() bug fixed; had been causing problems porting flex to VMS.
839 unput(c);