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()
698 tw->wh.whinc = (struct arithnod*)t; in arithfor()701 tw->wh.whinc = 0; in arithfor()1186 t->wh.whinc = 0; in item()
223 if(t->wh.whinc) in sh_tclear()224 n=sh_tclear((Shnode_t*)(t->wh.whinc)); in sh_tclear()1764 if(shp->st.execbrk==0 && t->wh.whinc) in sh_exec()1765 sh_exec((Shnode_t*)t->wh.whinc,first); in sh_exec()
103 struct arithnod *whinc; member