Searched refs:arcomp (Results 1 – 5 of 5) sorted by relevance
169 void *arcomp; member
108 t->ar.arcomp = 0; in r_tree()110 t->ar.arcomp = sh_arithcomp(shp,(t->ar.arexpr)->argval); in r_tree()
289 t->ar.arcomp = sh_arithcomp(lp->sh,ap->argval); in getanode()301 t->ar.arcomp = 0; in getanode()
2063 if(t->ar.arcomp) in comsubst()2064 num = arith_exec(t->ar.arcomp); in comsubst()
2508 if(t->ar.arcomp) in sh_exec()2509 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()