Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Dstreval.h99 } Arith_t; typedef
196 extern Arith_t *arith_compile(const char*,char**,Sfdouble_t(*)(const char**,struct lval*,int,Sfdoub…
197 extern Sfdouble_t arith_exec(Arith_t*);
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dstreval.c153 Sfdouble_t arith_exec(Arith_t *ep) in arith_exec()
812 Arith_t *arith_compile(const char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,in… in arith_compile()
815 register Arith_t *ep; in arith_compile()
824 stakseek(sizeof(Arith_t)); in arith_compile()
834 ep = (Arith_t*)stakfreeze(0); in arith_compile()
840 ep->size = offset - sizeof(Arith_t); in arith_compile()
862 Arith_t *ep; in strval()
H A Darith.c391 Arith_t *ep; in sh_arithcomp()
H A Dxec.c1817 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()