Searched refs:Arith_t (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dstreval.h105 } Arith_t; typedef in typeref:struct:_arith_
205 extern Arith_t *arith_compile(Shell_t *,const char*,char**,Sfdouble_t(*)(const char**,struct lval*,int,Sfdouble_t),int);
206 extern Sfdouble_t arith_exec(Arith_t*);
/ast/src/cmd/ksh93/sh/
H A Darith.c544 Arith_t *ep;
H A Dxec.c2497 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp);

Completed in 34 milliseconds