Searched refs:nv_context (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dname.h159 #define nv_context(n) ((void*)(n)->nvfun) /* for builtins */ macro
H A Dnval.h265 extern void *nv_context(Namval_t*);
/ast/src/cmd/ksh93/sh/
H A Dxec.c289 bp->ptr = nv_context(np);
1374 bp->ptr = nv_context(np);
1424 if( bp->ptr!= nv_context(np))
3572 bp->ptr = nv_context(np);
H A Dpath.c894 np = sh_addbuiltin(stakptr(PATH_OFFSET),(Shbltin_f)np->nvalue.bfp,nv_context(np));
H A Dname.c3715 #undef nv_context macro
3719 void *nv_context(Namval_t *np) function
H A Dnvtype.c1278 Namdecl_t *ntp = (Namdecl_t*)nv_context(np);

Completed in 237 milliseconds