Home
last modified time | relevance | path

Searched refs:nv_context (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/lib/libshell/
H A Dmapfile-vers95 nv_context;
/titanic_44/usr/src/lib/libshell/common/include/
H A Dname.h147 #define nv_context(n) ((void*)(n)->nvfun) /* for builtins */ macro
H A Dnval.h254 extern void *nv_context(Namval_t*);
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h265 extern __MANGLE__ __V_ *nv_context __PROTO__((Namval_t*));
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h265 extern __MANGLE__ __V_ *nv_context __PROTO__((Namval_t*));
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h265 extern __MANGLE__ __V_ *nv_context __PROTO__((Namval_t*));
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h265 extern __MANGLE__ __V_ *nv_context __PROTO__((Namval_t*));
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c187 bp->ptr = nv_context(np); in p_comarg()
991 bp->ptr = nv_context(np); in sh_exec()
1036 if(bp && bp->ptr!= nv_context(np)) in sh_exec()
2787 bp->ptr = nv_context(np); in sh_fun()
H A Dname.c3234 #undef nv_context
3238 void *nv_context(Namval_t *np) in nv_context() function
H A Dpath.c859 np = sh_addbuiltin(stakptr(PATH_OFFSET),np->nvalue.bfp,nv_context(np)); in path_absolute()
H A Dnvtype.c1247 Namdecl_t *ntp = (Namdecl_t*)nv_context(np); in nv_type()