Searched refs:arexpr (Results 1 – 7 of 7) sorted by relevance
161 struct argnod *arg = (t->wh.whtre)->ar.arexpr; in p_tree()165 arg = (t->wh.whinc)->arexpr; in p_tree()179 struct argnod *init = (t->lst.lstlef)->ar.arexpr; in p_tree()248 register struct argnod *ap = t->ar.arexpr; in p_tree()
107 t->ar.arexpr = r_arg(shp); in r_tree()109 if((t->ar.arexpr)->argflag&ARG_RAW) in r_tree()110 t->ar.arcomp = sh_arithcomp(shp,(t->ar.arexpr)->argval); in r_tree()
117 return(p_arg(t->ar.arexpr)); in p_tree()
2065 else if((t->ar.arexpr->argflag&ARG_RAW)) in comsubst()2066 num = sh_arith(mp->shp,t->ar.arexpr->argval); in comsubst()2068 num = sh_arith(mp->shp,sh_mactrim(mp->shp,t->ar.arexpr->argval,3)); in comsubst()
340 return(p_arg(t->ar.arexpr,ARG_ARITH)); in sh_tclear()2495 if(!(t->ar.arexpr->argflag&ARG_RAW)) in sh_exec()2496 arg[1] = sh_macpat(shp,t->ar.arexpr,OPTIMIZE|ARG_ARITH); in sh_exec()2498 arg[1] = t->ar.arexpr->argval; in sh_exec()
287 t->ar.arexpr = ap; in getanode()
168 struct argnod *arexpr; member