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

/osnet-11/usr/src/lib/libshell/common/sh/
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 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 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...]
H A Darith.c90 root = shp->last_root;
H A Dnvtype.c309 nq->nvalue.nrp->root = sh.last_root;
370 Dt_t *root = sh.last_root;
478 nv_delete(nr,sh.last_root,0);
H A Dsubshell.c251 shp->last_root = ap->table;
H A Darray.c472 sh.prev_root = sh.last_root;
H A Dinit.c1539 shp->last_root = shp->var_tree;
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h251 Dt_t *last_root; \
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c611 if(comvar || (shp->last_root==shp->var_tree && (tp->tp || (!shp->st.real_fun && (nvflags&NV_STATIC)) || (!(flag&(NV_EXPORT|NV_RDONLY)) && nv_isattr(np,(NV_EXPORT|NV_IMPORT))==(NV_EXPORT|NV_IMPORT)))))

Completed in 117 milliseconds