Searched refs:Math_f (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/sh/
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...]
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);
/ast/src/cmd/ksh93/features/
H A Dmath.sh123 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...);
201 tab="$tab$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)${F},"
233 tab="$tab$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)${F},"
294 tab="$tab$nl$ht\"\\0${R}${a}${x}\",$ht(Math_f)$f,"
297 tab="$tab$nl$ht\"\",$ht$ht(Math_f)0"

Completed in 10 milliseconds