Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c437 num = sh_mathfun(shp,(void*)fun,1,arg); in arith_exec()
458 num = sh_mathfun(shp,(void*)fun,2,arg); in arith_exec()
483 num = sh_mathfun(shp,(void*)fun,3,arg); in arith_exec()
H A Dxec.c3296 Sfdouble_t sh_mathfun(Shell_t *shp,void *fp, int nargs, Sfdouble_t *arg) in sh_mathfun() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h423 extern Sfdouble_t sh_mathfun(Shell_t*, void*, int, Sfdouble_t*);