Lines Matching refs:last_root
90 Dt_t *last_root;
397 Dt_t *last_root = shp->last_root;
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 = xp->last_root;
1248 xp->last_root = shp->last_root;
1318 shp->last_root = shp->var_base;
2155 shp->last_root = root;
2907 Dt_t *last_root = shp->last_root;
2930 else if(shp->last_root)
2931 hp = shp->last_root;
2971 shp->prev_root = shp->last_root;
2973 shp->last_root = last_root;
2988 Dt_t *root = shp->last_root;
3005 hp = shp->last_root==shp->var_tree?shp->var_tree:shp->var_base;
3006 else if(shp->last_root)
3007 hp = shp->last_root;
3013 hp = shp->last_root;
3015 if(shp->last_root == shp->var_tree && root!=shp->var_tree)