Home
last modified time | relevance | path

Searched refs:nv_dict (Results 1 – 22 of 22) sorted by relevance

/titanic_51/usr/src/lib/libshell/
H A Dmapfile-vers97 nv_dict;
/titanic_51/usr/src/cmd/ast/libshell/
H A Dmapfile-vers94 nv_dict;
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dnvtree.c174 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 Dnvdisc.c1006 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 Dinit.c1640 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 Dnvtype.c418 root = nv_dict(mp); in clone_type()
830 Dt_t *root = nv_dict(mp); in nv_mktype()
H A Dname.c212 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 Dxec.c1974 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 Dnvtree.c176 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 Dname.c223 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 Dxec.c491 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 Dnvdisc.c1041 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 Darith.c69 Dt_t *nsdict = (shp->namespace?nv_dict(shp->namespace):0); in scope()
H A Dnvtype.c430 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 Dinit.c1649 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 Dnval.h257 extern Dt_t *nv_dict(Namval_t*);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h268 extern Dt_t *nv_dict(Namval_t*);
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h268 extern __MANGLE__ Dt_t *nv_dict __PROTO__((Namval_t*));
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h268 extern __MANGLE__ Dt_t *nv_dict __PROTO__((Namval_t*));
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h268 extern __MANGLE__ Dt_t *nv_dict __PROTO__((Namval_t*));
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h268 extern __MANGLE__ Dt_t *nv_dict __PROTO__((Namval_t*));
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c496 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()