Searched refs:arith_compile (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | streval.h | 196 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 D | arith.c | 392 ep = arith_compile(str,(char**)&ptr,arith,ARITH_COMP|1); in sh_arithcomp()
|
H A D | streval.c | 812 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()
|