Home
last modified time | relevance | path

Searched refs:ungetchr (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrexpr.c45 #define ungetchr(ex) ((ex)->nextchr--) macro
88 ungetchr(ex); in expr()
104 ungetchr(ex); in expr()
122 ungetchr(ex); in expr()
142 ungetchr(ex); in expr()
256 ungetchr(ex); in expr()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcall.c122 ungetchr(c); in ppcall()
213 ungetchr(*--p); in ppcall()
219 ungetchr(' '); in ppcall()
223 ungetchr('\n'); in ppcall()
H A Dppmisc.c167 ungetchr(c); in pppredargs()
190 ungetchr('\n'); in pppredargs()
H A Dpplex.c1453 ungetchr(c); in ppcpp()
1500 while (s > pp.token) ungetchr(*--s); in ppcpp()
1535 ungetchr(';'); in ppcpp()
H A Dpplib.h467 #define ungetchr(c) (*--pp.in->nextchr=(c)) macro
H A DRELEASE68 03-05-18 ppcall.c: add SYM_FUNCTION '(' peek to avoid inappropriate ungetchr()
226 drop ungetchr() in ppcall that modified macro values
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c94 #define ungetchr(vp) ((vp)->nextchr--) macro
540 ungetchr(vp); in gettok()