/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 159 dp->root = sh.last_root?sh.last_root:sh.var_tree; in nv_diropen() 917 shp->last_root = shp->prev_root; in walk_tree() 921 shp->last_root = nv_dict(shp->last_table); in walk_tree() 922 if(shp->last_root) in walk_tree() 923 shp->var_tree = shp->last_root; in walk_tree() 937 shp->last_root = 0; in walk_tree() 939 walk.root = shp->last_root?shp->last_root:shp->var_tree; in walk_tree() 1052 Dt_t *last_root = shp->last_root; in put_tree() local 1057 shp->prev_root = shp->last_root; in put_tree() 1059 shp->last_root = last_root; in put_tree()
|
H A D | name.c | 90 Dt_t *last_root; member 397 Dt_t *last_root = shp->last_root; in nv_setlist() local 399 shp->last_root = last_root; in nv_setlist() 516 nr.root = shp->last_root; in nv_setlist() 831 shp->last_root = root; in nv_create() 863 shp->last_root = root; in nv_create() 1136 shp->last_root = root; in nv_open() 1213 shp->last_root = xp->last_root; in nv_open() 1248 xp->last_root = shp->last_root; in nv_open() 1318 shp->last_root = shp->var_base; in nv_open() [all …]
|
H A D | subshell.c | 263 if(np->nvenv && !nv_isattr(np,NV_MINIMAL|NV_EXPORT) && shp->last_root) in sh_assignok() 264 dp = shp->last_root; in sh_assignok() 272 shp->last_root = ap->table; in sh_assignok()
|
H A D | arith.c | 87 root = shp->last_root; in scope()
|
H A D | nvtype.c | 303 nq->nvalue.nrp->root = sh.last_root; in fixnode() 362 Dt_t *root = sh.last_root; in clone_type() 468 nv_delete(nr,sh.last_root,0); in clone_type()
|
H A D | xec.c | 2565 Dt_t *last_root = shp->last_root; in sh_funscope() local 2675 shp->last_root = last_root; in sh_funscope()
|
H A D | array.c | 379 sh.prev_root = sh.last_root; in array_clone()
|
H A D | init.c | 1364 shp->last_root = shp->var_tree; in sh_reinit()
|
H A D | macro.c | 1393 mp->shp->last_root = mp->shp->var_tree; in varsub()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 161 dp->root = sh.last_root?sh.last_root:sh.var_tree; in nv_diropen() 987 shp->last_root = shp->prev_root; in walk_tree() 991 shp->last_root = nv_dict(shp->last_table); in walk_tree() 992 if(shp->last_root) in walk_tree() 993 shp->var_tree = shp->last_root; in walk_tree() 1007 shp->last_root = 0; in walk_tree() 1009 walk.root = shp->last_root?shp->last_root:shp->var_tree; in walk_tree() 1127 Dt_t *last_root in put_tree() local [all...] |
H A D | name.c | 99 Dt_t *last_root; member 365 np = nv_open(prefix,shp->last_root,flag); in nv_setlist() 445 Dt_t *last_root = shp->last_root; in nv_setlist() local 447 shp->last_root = last_root; in nv_setlist() 585 nr.root = shp->last_root; in nv_setlist() 844 shp->last_root = shp->var_tree->walk; in nv_create() 890 root = shp->last_root; in nv_create() 943 shp->last_root in nv_create() 3263 Dt_t *last_root = shp->last_root; nv_rename() local [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() 2766 shp->last_root = rp->sdict; in sh_exec() 3351 Dt_t *last_root = shp->last_root; in sh_funscope() local 3411 shp->last_root = nv_dict(DOTSHNOD); in sh_funscope() 3433 shp->last_root = 0; in sh_funscope() 3471 shp->last_root = last_root; in sh_funscope() 3516 shp->last_root in sh_funct() [all...] |
H A D | arith.c | 95 root = shp->last_root; in scope()
|
H A D | nvtype.c | 311 nq->nvalue.nrp->root = sh.last_root; in fixnode() 372 Dt_t *root = sh.last_root; in clone_type() 480 nv_delete(nr,sh.last_root,0); in clone_type()
|
H A D | subshell.c | 265 shp->last_root = ap->table; in sh_assignok()
|
H A D | array.c | 483 sh.prev_root = sh.last_root; in array_clone()
|
H A D | init.c | 1628 shp->last_root = shp->var_tree; in sh_reinit()
|
H A D | macro.c | 1500 mp->shp->last_root = mp->shp->var_tree; in varsub()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 227 Dt_t *last_root; \
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 256 Dt_t *last_root; \
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 473 Dt_t *root = tp->sh->last_root; in print_value() 494 tp->sh->last_root = root; in print_value() 677 if(comvar || (shp->last_root==shp->var_tree && (tp->tp || (!shp->st.real_fun && (nvflags&NV_STATIC)) || (!(flag&(NV_EXPORT|NV_RDONLY)) && nv_isattr(np,(NV_EXPORT|NV_IMPORT))==(NV_EXPORT|NV_IMPORT))))) in setall()
|