Searched refs:Arith_t (Results 1 – 4 of 4) sorted by relevance
105 } Arith_t; typedef205 extern Arith_t *arith_compile(Shell_t *,const char*,char**,Sfdouble_t(*)(const char**,struct lval*,…206 extern Sfdouble_t arith_exec(Arith_t*);
155 Sfdouble_t arith_exec(Arith_t *ep) in arith_exec()907 Arith_t *arith_compile(Shell_t *shp,const char *string,char **last,Sfdouble_t(*fun)(const char**,st… in arith_compile()910 register Arith_t *ep; in arith_compile()919 stakseek(sizeof(Arith_t)); in arith_compile()934 ep = (Arith_t*)stakfreeze(0); in arith_compile()941 ep->size = offset - sizeof(Arith_t); in arith_compile()963 Arith_t *ep; in strval()
553 Arith_t *ep; in sh_arithcomp()
2509 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()