Searched refs:whinc (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dtdump.c94 if(t->wh.whinc)
96 if(p_tree((Shnode_t*)(t->wh.whinc))<0)
H A Ddeparse.c152 if(t->wh.whinc)
159 if(t->wh.whinc)
165 arg = (t->wh.whinc)->arexpr;
176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH)
H A Dtrestore.c92 t->wh.whinc = (struct arithnod*)r_tree(shp);
H A Dxec.c325 if(t->wh.whinc)
326 n=sh_tclear((Shnode_t*)(t->wh.whinc));
2403 if(t->wh.whinc)
2404 sh_exec((Shnode_t*)t->wh.whinc,0);
2444 if(shp->st.execbrk==0 && t->wh.whinc)
2445 sh_exec((Shnode_t*)t->wh.whinc,first);
/ast/src/cmd/ksh93/include/
H A Dshnodes.h104 struct arithnod *whinc; member in struct:whnod

Completed in 24 milliseconds