Searched refs:last_root (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c90 Dt_t *last_root; member in struct:Namcache::Cache_entry
397 Dt_t *last_root = shp->last_root; local
399 shp->last_root = last_root;
516 nr.root = shp->last_root;
831 shp->last_root = root;
863 shp->last_root = root;
1136 shp->last_root = root;
1213 shp->last_root
2907 Dt_t *last_root = shp->last_root; local
[all...]
H A Dnvtree.c159 dp->root = sh.last_root?sh.last_root:sh.var_tree;
917 shp->last_root = shp->prev_root;
921 shp->last_root = nv_dict(shp->last_table);
922 if(shp->last_root)
923 shp->var_tree = shp->last_root;
937 shp->last_root = 0;
939 walk.root = shp->last_root?shp->last_root:shp->var_tree;
1052 Dt_t *last_root local
[all...]
H A Dsubshell.c263 if(np->nvenv && !nv_isattr(np,NV_MINIMAL|NV_EXPORT) && shp->last_root)
264 dp = shp->last_root;
272 shp->last_root = ap->table;
H A Darith.c87 root = shp->last_root;
H A Dnvtype.c303 nq->nvalue.nrp->root = sh.last_root;
362 Dt_t *root = sh.last_root;
468 nv_delete(nr,sh.last_root,0);
H A Dxec.c2565 Dt_t *last_root = shp->last_root; local
2675 shp->last_root = last_root;
H A Darray.c379 sh.prev_root = sh.last_root;
H A Dinit.c1364 shp->last_root = shp->var_tree;
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h227 Dt_t *last_root; \

Completed in 91 milliseconds