Searched refs:whinc (Results 1 – 6 of 6) sorted by relevance
152 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()
94 if(t->wh.whinc) in p_tree()96 if(p_tree((Shnode_t*)(t->wh.whinc))<0) in p_tree()
92 t->wh.whinc = (struct arithnod*)r_tree(shp); in r_tree()
328 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()
730 tw->wh.whinc = (struct arithnod*)t; in arithfor()733 tw->wh.whinc = 0; in arithfor()1290 t->wh.whinc = 0; in item()
104 struct arithnod *whinc; member