Home
last modified time | relevance | path

Searched refs:Nambfp_f (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h34 typedef int (*Nambfp_f)(int, char**, void*); typedef
56 Nambfp_f bfp; /* builtin entry point function pointer */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c1246 np->nvalue.bfp = (Nambfp_f)bltin; in sh_addbuiltin()
H A Dpath.c855 (!(np = sh_addbuiltin(stakptr(PATH_OFFSET),NiL,NiL)) || np->nvalue.bfp!=(Nambfp_f)addr) && in path_absolute()
H A Dinit.c1980 np->nvalue.bfp = (Nambfp_f)((struct shtable3*)tp)->sh_value; in inittree()
H A Dparse.c1492 else if(np->nvalue.bfp==(Nambfp_f)b_getopts) in simple()