Searched refs:Arith_t (Results 1 – 4 of 4) sorted by relevance
99 } Arith_t; typedef196 extern Arith_t *arith_compile(const char*,char**,Sfdouble_t(*)(const char**,struct lval*,int,Sfdoub…197 extern Sfdouble_t arith_exec(Arith_t*);
153 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()
391 Arith_t *ep; in sh_arithcomp()
1817 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()