Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/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()
/titanic_51/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()
/titanic_51/usr/src/lib/libpp/common/
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.h475 #define ungetchr(c) (*--pp.in->nextchr=(c)) macro
H A DRELEASE57 03-05-18 ppcall.c: add SYM_FUNCTION '(' peek to avoid inappropriate ungetchr()
215 drop ungetchr() in ppcall that modified macro values
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppcall.c122 ungetchr(c); in ppcall()
181 * inappropriate ungetchr()'s below in ppcall()
213 ungetchr(*--p); in ppcall()
219 ungetchr(' '); in ppcall()
223 ungetchr('\n'); in ppcall()
236 * for a possible ungetchr('"') during IN_QUOTE 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
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c92 #define ungetchr(vp) ((vp)->nextchr--) macro
457 ungetchr(vp); in gettok()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c94 #define ungetchr(vp) ((vp)->nextchr--) macro
540 ungetchr(vp); in gettok()