Home
last modified time | relevance | path

Searched refs:arith_compile (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dstreval.h196 extern Arith_t *arith_compile(const char*,char**,Sfdouble_t(*)(const char**,struct lval*,int,Sfdoub…
/titanic_50/usr/src/lib/libshell/common/sh/
H A Darith.c392 ep = arith_compile(str,(char**)&ptr,arith,ARITH_COMP|1); in sh_arithcomp()
H A Dstreval.c812 Arith_t *arith_compile(const char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,in… in arith_compile() function
868 ep = arith_compile(s,end,conv,emode); in strval()