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

/ast/src/cmd/ksh93/sh/
H A Dnvtree.c161 dp->root = sh.last_root?sh.last_root:sh.var_tree;
987 shp->last_root = shp->prev_root;
991 shp->last_root = nv_dict(shp->last_table);
992 if(shp->last_root)
993 shp->var_tree = shp->last_root;
1007 shp->last_root = 0;
1009 walk.root = shp->last_root?shp->last_root:shp->var_tree;
1127 Dt_t *last_root local
[all...]
H A Dname.c96 Dt_t *last_root; member in struct:Namcache::Cache_entry
362 np = nv_open(prefix,shp->last_root,flag);
442 Dt_t *last_root = shp->last_root; local
444 shp->last_root = last_root;
582 nr.root = shp->last_root;
839 shp->last_root = shp->var_tree->walk;
885 root = shp->last_root;
938 shp->last_root
3245 Dt_t *last_root = shp->last_root; local
[all...]
H A Dxec.c488 shp->last_root = nv_dict(DOTSHNOD);
543 shp->last_root = nv_dict(DOTSHNOD);
2754 shp->last_root = rp->sdict;
3334 Dt_t *last_root = shp->last_root; local
3394 shp->last_root = nv_dict(DOTSHNOD);
3414 shp->last_root = 0;
3451 shp->last_root = last_root;
3496 shp->last_root
[all...]

Completed in 25 milliseconds