Searched refs:nv_create (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libshell/ |
H A D | mapfile-vers | 96 nv_create;
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 255 extern Namval_t *nv_create(const char*, Dt_t*, int,Namfun_t*);
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 266 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 D | nval.h | 266 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 D | nval.h | 266 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 D | nval.h | 266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | nvdisc.c | 1227 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 D | name.c | 685 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 D | nvtype.c | 421 nr = nv_create(stakptr(offset),root,NV_VARNAME|NV_NOADD,fp); in clone_type()
|