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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c164 dp->root = sh.last_root?sh.last_root:sh.var_tree;
964 shp->last_root = shp->prev_root;
968 shp->last_root = nv_dict(shp->last_table);
969 if(shp->last_root)
970 shp->var_tree = shp->last_root;
984 shp->last_root = 0;
986 walk.root = shp->last_root?shp->last_root:shp->var_tree;
1104 Dt_t *last_root local
[all...]
H A Dname.c96 Dt_t *last_root; member in struct:Namcache::Cache_entry
424 Dt_t *last_root = shp->last_root; local
426 shp->last_root = last_root;
545 nr.root = shp->last_root;
799 shp->last_root = shp->var_tree->walk;
844 root = shp->last_root;
886 shp->last_root = root;
946 shp->last_root
3086 Dt_t *last_root = shp->last_root; local
[all...]
H A Dxec.c455 shp->last_root = nv_dict(DOTSHNOD);
510 shp->last_root = nv_dict(DOTSHNOD);
2568 shp->last_root = rp->sdict;
3135 Dt_t *last_root = shp->last_root; local
3202 shp->last_root = nv_dict(DOTSHNOD);
3221 shp->last_root = 0;
3262 shp->last_root = last_root;
3305 shp->last_root
[all...]

Completed in 27 milliseconds