Searched refs:Arith_t (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | streval.h | 99 } 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_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 105 } Arith_t; typedef 205 extern Arith_t *arith_compile(Shell_t *,const char*,char**,Sfdouble_t(*)(const char**,struct lval*,int,Sfdouble_t),int); 206 extern Sfdouble_t arith_exec(Arith_t*);
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 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()
|
H A D | arith.c | 391 Arith_t *ep; in sh_arithcomp()
|
H A D | xec.c | 1817 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 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**,struct lval*,int,Sfdouble_t),int emode) 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()
|
H A D | arith.c | 553 Arith_t *ep; in sh_arithcomp()
|
H A D | xec.c | 2509 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()
|