Home
last modified time | relevance | path

Searched refs:arexpr (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c161 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()
H A Dtrestore.c107 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()
H A Dtdump.c117 return(p_arg(t->ar.arexpr)); in p_tree()
H A Dmacro.c2065 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()
H A Dxec.c340 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()
H A Dparse.c287 t->ar.arexpr = ap; in getanode()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h168 struct argnod *arexpr; member