Home
last modified time | relevance | path

Searched refs:funptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h151 #define funptr(n) ((n)->nvalue.bfp) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c295 ((Shbltin_f)funptr(np))(0,(char**)0, bp); in p_comarg()
1380 shp->bltinfun = (Shbltin_f)funptr(np); in sh_exec()
3598 shp->exitval = ((Shbltin_f)funptr(np))(n,argv,bp); in sh_fun()