Home
last modified time | relevance | path

Searched refs:arith_exec (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h206 extern Sfdouble_t arith_exec(Arith_t*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c155 Sfdouble_t arith_exec(Arith_t *ep) in arith_exec() function
971 d = arith_exec(ep); in strval()
H A Dmacro.c2064 num = arith_exec(t->ar.arcomp); in comsubst()
H A Dxec.c2509 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()