Searched defs:last_root (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
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 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 Dxec.c2565 Dt_t *last_root = shp->last_root; local
2675 shp->last_root = last_root;

Completed in 71 milliseconds