Searched defs:Math_f (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Darith.c38 typedef Sfdouble_t (*Math_f)(Sfdouble_t, ...); typedef
197 static Math_f sh_mathstdfun(const char *fname, size_t fsize, short * nargs)
283 lvalue->fun = (Math_f)np;
287 lvalue->fun = (Math_f)sh_mathstdfun(*ptr,fsize,&lvalue->nargs);
H A Dstreval.c83 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...); typedef
165 Math_f fun;
313 cp = roundptr(ep,cp,Math_f);
315 cp += sizeof(Math_f);
424 fun = *((Math_f*)(ep->code+(int)(*sp)));
438 fun = *((Math_f*)(ep->code+(int)(*sp)));
444 fun = *((Math_f*)(ep->code+(int)(*sp)));
462 fun = *((Math_f*)(ep->code+(int)(*sp)));
468 fun = *((Math_f*)(ep->code+(int)(*sp)));
728 stakpush(vp,fun,Math_f);
[all...]

Completed in 83 milliseconds