Home
last modified time | relevance | path

Searched refs:last_root (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c161 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 = shp->last_root; in put_tree() local
1132 shp->prev_root = shp->last_root; in put_tree()
1134 shp->last_root = last_root; in put_tree()
H A Dname.c99 Dt_t *last_root; member
445 Dt_t *last_root = shp->last_root; in nv_setlist() local
447 shp->last_root = last_root; in nv_setlist()
1365 shp->last_root = root; in nv_open()
1442 shp->last_root = xp->last_root; in nv_open()
1478 xp->last_root = shp->last_root; in nv_open()
3263 Dt_t *last_root = shp->last_root; in nv_rename() local
3300 hp = shp->last_root; in nv_rename()
3344 shp->last_root = last_root; in nv_rename()
3448 shp->last_root = 0; 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()
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 = nv_dict(DOTSHNOD); in sh_funct()
3539 shp->last_root = nv_dict(DOTSHNOD); in sh_funct()
H A Darith.c95 root = shp->last_root; in scope()
H A Dnvtype.c311 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 Dsubshell.c265 shp->last_root = ap->table; in sh_assignok()
H A Darray.c483 sh.prev_root = sh.last_root; in array_clone()
H A Dinit.c1628 shp->last_root = shp->var_tree; in sh_reinit()
H A Dmacro.c1500 mp->shp->last_root = mp->shp->var_tree; in varsub()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h256 Dt_t *last_root; \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c473 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… in setall()