Home
last modified time | relevance | path

Searched refs:arcomp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h169 void *arcomp; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c108 t->ar.arcomp = 0; in r_tree()
110 t->ar.arcomp = sh_arithcomp(shp,(t->ar.arexpr)->argval); in r_tree()
H A Dparse.c289 t->ar.arcomp = sh_arithcomp(lp->sh,ap->argval); in getanode()
301 t->ar.arcomp = 0; in getanode()
H A Dmacro.c2063 if(t->ar.arcomp) in comsubst()
2064 num = arith_exec(t->ar.arcomp); in comsubst()
H A Dxec.c2508 if(t->ar.arcomp) in sh_exec()
2509 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()