Searched refs:unput (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l38 #undef unput
40 #define unput(c)(*--gParserString=c)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlex_var.h47 #ifdef unput
48 # undef unput macro
49 # define unput(c) { if (pos > 0) pos--; \ macro
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform120 {unput(*--yylastch);break;}
138 {unput(*--yylastch);break;}
156 {unput(*--yylastch);break;}
173 {unput(*--yylastch);break;}
198 unput(*yylastch--);
214 unput(*yylastch);
283 unput(c);
H A Dnrform84 call unput(yytext(yyleng))
99 call unput(yytext(yyleng))
111 call unput(yytext(yyleng))
126 call unput(yytext(yyleng))
146 call unput(yytext(yyleng))
157 call unput(yytext(yyleng))
H A Dnceucform344 while(n-->0) unput(*--p);
430 unput(c);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l44 * We need to undefine lex's input and unput macros so that references to these
48 #undef unput
52 static void unput(int);
482 unput(c);
604 unput(*q);
781 unput(c1);
787 unput(c1);
802 unput(c0);
839 unput(int c)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l39 #undef unput
42 #define unput(p) ungetc(p, scr_fp)
161 \` unput(' '); /* No executable matching */
178 unput(' ');
558 unput('\n');
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l40 * We need to undefine lex's input, unput, and output macros so that references
48 #ifdef unput
49 #undef unput
57 static void unput(int);
230 unput(int c)
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l36 #ifdef unput
37 #undef unput
42 static void unput(int);
350 unput(c);
378 unput(c);
425 unput(c);
438 unput(c);
451 unput(c);
464 unput(c);
519 unput(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l65 * We need to undefine lex's input, unput, and output macros so that references
73 #ifdef unput
74 #undef unput
82 static void unput(int);
641 unput(int c)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l51 #undef unput
52 #define unput(c) (*yysptr++ = (c))
140 unput(*cp);
536 unput(c);
662 unput(c);
668 unput('\n');
721 unput('\n');
885 unput(c);
905 unput(c);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexlex.l50 #undef unput
53 #define unput(c) source_unput(c)
/illumos-gate/usr/src/cmd/awk/
H A Dawk.lx.l46 #undef unput
48 static void unput(int);
139 c = input(); unput(c);
193 c = input(); unput(c); /* look for '(' */
223 unput('/');
258 /* input() and unput() are transcriptions of the standard lex
288 unput(int c)
305 unput(s[i]);

Completed in 104 milliseconds