Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvtree.c159 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 Dname.c90 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 Dsubshell.c263 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 Darith.c87 root = shp->last_root; in scope()
H A Dnvtype.c303 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 Dxec.c2565 Dt_t *last_root = shp->last_root; in sh_funscope() local
2675 shp->last_root = last_root; in sh_funscope()
H A Darray.c379 sh.prev_root = sh.last_root; in array_clone()
H A Dinit.c1364 shp->last_root = shp->var_tree; in sh_reinit()
H A Dmacro.c1393 mp->shp->last_root = mp->shp->var_tree; in varsub()
/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h227 Dt_t *last_root; \