Searched refs:wh (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)
104 if(p_tree(t->wh.whtre)<0)
106 return(p_tree(t->wh.dotre));
H A Ddeparse.c152 if(t->wh.whinc)
159 if(t->wh.whinc)
161 struct argnod *arg = (t->wh.whtre)->ar.arexpr;
165 arg = (t->wh.whinc)->arexpr;
169 p_tree(t->wh.whtre,0);
170 t = t->wh.dotre;
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);
93 t->wh.whtre = r_tree(shp);
94 t->wh.dotre = r_tree(shp);
H A Dxec.c325 if(t->wh.whinc)
326 n=sh_tclear((Shnode_t*)(t->wh.whinc));
327 n+=sh_tclear(t->wh.whtre);
328 n+=sh_tclear(t->wh.dotre);
2375 Shnode_t *tt = t->wh.whtre;
2402 sh_exec(t->wh.dotre,0);
2403 if(t->wh.whinc)
2404 sh_exec((Shnode_t*)t->wh.whinc,0);
2412 sh_tclear(t->wh.whtre);
2413 sh_tclear(t->wh
[all...]
/ast/src/cmd/ksh93/include/
H A Dshnodes.h196 struct whnod wh; member in union:Shnode_u

Completed in 20 milliseconds