Home
last modified time | relevance | path

Searched refs:nv_create (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libshell/
H A Dmapfile-vers96 nv_create;
/titanic_41/usr/src/lib/libshell/common/include/
H A Dnval.h255 extern Namval_t *nv_create(const char*, Dt_t*, int,Namfun_t*);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1227 return(nv_create(name, tp->dict, flags, fp)); in create_table()
1332 np = nv_create(np,(const char*)0, NV_FIRST, (Namfun_t*)0); in nv_dict()
H A Dname.c685 Namval_t *nv_create(const char *name, Dt_t *root, int flags, Namfun_t *dp) in nv_create() function
1219 np = nv_create(name, root, flags, &fun); in nv_open()
3210 sh.last_table = nv_create(np,0, NV_LAST,(Namfun_t*)0); in nv_name()
H A Dnvtype.c421 nr = nv_create(stakptr(offset),root,NV_VARNAME|NV_NOADD,fp); in clone_type()