Lines Matching refs:wh
325 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.dotre);
2440 r = sh_exec(t->wh.dotre,first|errorflg);
2444 if(shp->st.execbrk==0 && t->wh.whinc)
2445 sh_exec((Shnode_t*)t->wh.whinc,first);
2456 sh_tclear(t->wh.whtre);
2457 sh_tclear(t->wh.dotre);