Home
last modified time | relevance | path

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

/illumos-gate/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 …p->var_base || (shp->var_tree->walk!=shp->var_tree && shp->namespace && nv_dict(shp->namespace)==… 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(shp->namespace)==hp) in nv_setref()
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(DOTSHNOD); 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()
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers94 nv_dict;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h268 extern Dt_t *nv_dict(Namval_t*);
/illumos-gate/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()