Home
last modified time | relevance | path

Searched refs:whinc (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Ddeparse.c152 if(t->wh.whinc) in p_tree()
159 if(t->wh.whinc) in p_tree()
165 arg = (t->wh.whinc)->arexpr; in p_tree()
176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH) in p_tree()
H A Dtdump.c94 if(t->wh.whinc) in p_tree()
96 if(p_tree((Shnode_t*)(t->wh.whinc))<0) in p_tree()
H A Dtrestore.c92 t->wh.whinc = (struct arithnod*)r_tree(shp); in r_tree()
H A Dparse.c698 tw->wh.whinc = (struct arithnod*)t; in arithfor()
701 tw->wh.whinc = 0; in arithfor()
1186 t->wh.whinc = 0; in item()
H A Dxec.c223 if(t->wh.whinc) in sh_tclear()
224 n=sh_tclear((Shnode_t*)(t->wh.whinc)); in sh_tclear()
1764 if(shp->st.execbrk==0 && t->wh.whinc) in sh_exec()
1765 sh_exec((Shnode_t*)t->wh.whinc,first); in sh_exec()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h103 struct arithnod *whinc; member