Searched refs:unput (Results 1 – 17 of 17) sorted by relevance
38 #ifdef unput39 #undef unput44 static void unput(int);352 unput(c);380 unput(c);427 unput(c);440 unput(c);453 unput(c);466 unput(c);521 unput(c);[all …]
98 unput(c); in peek()128 unput(c); in gettok()145 unput(c); in gettok()215 unput(c); in yylex()461 unput(c); in string()571 unput('\n'); in regexpr()584 unput('/'); in regexpr()621 unput(int c) /* put lexical character back on input */ in unput() function636 unput(s[i]); in unputstr()
317 extern void unput(int);
47 #ifdef unput48 # undef unput49 # define unput(c) { if (pos > 0) pos--; \ macro
82 call unput(yytext(yyleng))97 call unput(yytext(yyleng))109 call unput(yytext(yyleng))124 call unput(yytext(yyleng))144 call unput(yytext(yyleng))155 call unput(yytext(yyleng))
116 {unput(*--yylastch);break;}134 {unput(*--yylastch);break;}152 {unput(*--yylastch);break;}169 {unput(*--yylastch);break;}194 unput(*yylastch--);210 unput(*yylastch);267 unput(c);
319 while(n-->0) unput(*--p);392 unput(c);
49 #undef unput50 #define unput(c) (*yysptr++ = (c)) macro138 unput(*cp);534 unput(c);660 unput(c);666 unput('\n');719 unput('\n');883 unput(c);903 unput(c);
48 #ifdef unput49 #undef unput57 static void unput(int);230 unput(int c)
36 #undef unput38 #define unput(c)(*--gParserString=c) macro
39 #undef unput42 #define unput(p) ungetc(p, scr_fp) macro161 \` unput(' '); /* No executable matching */178 unput(' ');558 unput('\n');
48 #undef unput52 static void unput(int);482 unput(c);604 unput(*q);
76 #ifdef unput77 #undef unput85 static void unput(int);653 unput(int c)
304 unput (c); in PrDoCommentType1()
634 unput (c1); in AslDoComment()
181 <reg>"/" { BEGIN A; unput('/'); }
1380 unput