Home
last modified time | relevance | path

Searched refs:whtre (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dfunc.c112 freetree(whptr(t)->whtre); in freetree()
336 prf(whptr(t)->whtre); in prf()
H A Dmode.h193 struct trenod *whtre; member
H A Dxec.c446 while (execbrk == 0 && (execute(whptr(t)->whtre,
H A Dcmd.c348 t->whtre = cmd(DOSYM, NLFLG);
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h101 Shnode_t *whtre; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c161 struct argnod *arg = (t->wh.whtre)->ar.arexpr; in p_tree()
169 p_tree(t->wh.whtre,0); in p_tree()
H A Dtdump.c104 if(p_tree(t->wh.whtre)<0) in p_tree()
H A Dtrestore.c93 t->wh.whtre = r_tree(shp); in r_tree()
H A Dxec.c225 n+=sh_tclear(t->wh.whtre); in sh_tclear()
1714 Shnode_t *tt = t->wh.whtre; in sh_exec()
1724 sh_tclear(t->wh.whtre); in sh_exec()
1776 sh_tclear(t->wh.whtre); in sh_exec()
H A Dparse.c682 tw->wh.whtre = t; in arithfor()
1182 t->wh.whtre = sh_cmd(lexp,DOSYM,SH_NL); in item()