/titanic_51/usr/src/lib/libshell/ |
H A D | mapfile-vers | 97 nv_dict;
|
/titanic_51/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 94 nv_dict;
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 174 dp->root = nv_dict(np); in nv_diropen() 237 dp->root = nv_dict(np); in nv_diropen() 320 root = nv_dict(np); in nv_dirnext() 921 shp->last_root = nv_dict(shp->last_table); in walk_tree()
|
H A D | nvdisc.c | 1006 dtinsert(nv_dict(sh.namespace),np); in nv_mkclone() 1032 root = nv_dict(sh.namespace); in nv_search() 1321 Dt_t *nv_dict(Namval_t* np) in nv_dict() function
|
H A D | init.c | 1640 np = nv_search("namespace",nv_dict(DOTSHNOD),NV_ADD); in nv_init() 1649 VERSIONNOD->nvalue.nrp->root = nv_dict(DOTSHNOD); in nv_init()
|
H A D | nvtype.c | 418 root = nv_dict(mp); in clone_type() 830 Dt_t *root = nv_dict(mp); in nv_mktype()
|
H A D | name.c | 212 Dt_t *root = nv_dict(sh.last_table); in nv_addnode() 231 Dt_t *root = nv_dict(sh.last_table); in nv_addnode() 3023 if(shp->namespace && nv_dict(shp->namespace)==hp) in nv_setref()
|
H A D | xec.c | 1974 if(!(root=nv_dict(np))) in sh_exec() 2608 dtview(dt,nv_dict(np)); in sh_funscope() 2609 shp->var_tree = nv_dict(np); in sh_funscope()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 176 dp->root = nv_dict(np); in nv_diropen() 239 dp->root = nv_dict(np); in nv_diropen() 323 root = nv_dict(np); in nv_dirnext() 991 shp->last_root = nv_dict(shp->last_table); in walk_tree()
|
H A D | name.c | 223 Dt_t *root = nv_dict(shp->last_table); in nv_addnode() 242 Dt_t *root = nv_dict(shp->last_table); in nv_addnode() 323 if(shp->namespace && nv_dict(shp->namespace)==shp->var_tree) in nv_setlist() 835 if(shp->var_tree->walk==shp->var_base || (shp->var_tree->walk!=shp->var_tree && shp->namespace && nv_dict(shp->namespace)==shp->var_tree->walk)) in nv_create() 879 root = nv_dict(shp->namespace); in nv_create() 898 if(shp->namespace && nv_dict(shp->namespace)==shp->var_tree && nv_isattr(nq,NV_EXPORT)) in nv_create() 914 if(shp->namespace && root==nv_dict(shp->namespace)) in nv_create() 2368 newroot = nv_dict(shp->namespace); in sh_scope() 3294 hp = nv_dict(shp->namespace); in nv_rename() 3425 if(shp->namespace && nv_dict(sh in nv_setref() [all...] |
H A D | xec.c | 491 shp->last_root = nv_dict(DOTSHNOD); in init_level() 546 shp->last_root = nv_dict(DOTSHNOD); in sh_debug() 700 nr->root = shp->namespace?nv_dict(shp->namespace):shp->var_base; in set_instance() 933 else if(nv_dict(nsp)->view!=shp->var_base) in enter_namespace() 942 oroot = nv_dict(onsp); in enter_namespace() 957 shp->var_tree = nv_dict(nsp); in enter_namespace() 961 dtview(root,nv_dict(nsp)); in enter_namespace() 2699 root = nv_dict(np); in sh_exec() 3411 shp->last_root = nv_dict(DOTSHNOD); in sh_funscope() 3516 shp->last_root = nv_dict(DOTSHNO in sh_funct() [all...] |
H A D | nvdisc.c | 1041 dtinsert(nv_dict(sh.namespace),np); in nv_mkclone() 1070 root = nv_dict(sh.namespace); in nv_search() 1408 Dt_t *nv_dict(Namval_t* np) in nv_dict() function
|
H A D | arith.c | 69 Dt_t *nsdict = (shp->namespace?nv_dict(shp->namespace):0); in scope()
|
H A D | nvtype.c | 430 root = nv_dict(mp); in clone_type() 859 Dt_t *root = nv_dict(mp); in nv_mktype() 1634 dp = nv_dict(mp); in sh_outtype()
|
H A D | init.c | 1649 dp=nv_dict(shp->namespace); in sh_reinit() 1934 VERSIONNOD->nvalue.nrp->root = nv_dict(DOTSHNOD); in nv_init()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 257 extern Dt_t *nv_dict(Namval_t*);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 268 extern Dt_t *nv_dict(Namval_t*);
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 268 extern __MANGLE__ Dt_t *nv_dict __PROTO__((Namval_t*));
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 268 extern __MANGLE__ Dt_t *nv_dict __PROTO__((Namval_t*));
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 268 extern __MANGLE__ Dt_t *nv_dict __PROTO__((Namval_t*));
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 268 extern __MANGLE__ Dt_t *nv_dict __PROTO__((Namval_t*));
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 496 print_scan(iop,NV_NOSCOPE,nv_dict(np),aflag=='+',tp); in print_value() 1450 if(namec==0 && tp->sh->namespace && nv_dict(tp->sh->namespace)==root) in print_scan()
|