Searched refs:nv_context (Results 1 – 7 of 7) sorted by relevance
159 #define nv_context(n) ((void*)(n)->nvfun) /* for builtins */ macro
265 extern void *nv_context(Namval_t*);
92 nv_context;
292 bp->ptr = nv_context(np); in p_comarg()1383 bp->ptr = nv_context(np); in sh_exec()1433 if( bp->ptr!= nv_context(np)) in sh_exec()3592 bp->ptr = nv_context(np); in sh_fun()
898 np = sh_addbuiltin(stakptr(PATH_OFFSET),(Shbltin_f)np->nvalue.bfp,nv_context(np)); in path_absolute()
3733 #undef nv_context3737 void *nv_context(Namval_t *np) in nv_context() function
1276 Namdecl_t *ntp = (Namdecl_t*)nv_context(np); in nv_type()