Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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 Dxec.c328 if(t->wh.whinc) in sh_tclear()
329 n=sh_tclear((Shnode_t*)(t->wh.whinc)); in sh_tclear()
2415 if(t->wh.whinc) in sh_exec()
2416 sh_exec((Shnode_t*)t->wh.whinc,0); in sh_exec()
2456 if(shp->st.execbrk==0 && t->wh.whinc) in sh_exec()
2457 sh_exec((Shnode_t*)t->wh.whinc,first); in sh_exec()
H A Dparse.c730 tw->wh.whinc = (struct arithnod*)t; in arithfor()
733 tw->wh.whinc = 0; in arithfor()
1290 t->wh.whinc = 0; in item()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h104 struct arithnod *whinc; member