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

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
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 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 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...]
H A Dsubshell.c255 if(sp->var!=shp->var_tree && sp->var!=shp->var_base && shp->last_root==shp->var_tree)
259 shp->last_root = ap->table;
H A Darith.c95 root = shp->last_root;
H A Dnvtype.c311 nq->nvalue.nrp->root = sh.last_root;
372 Dt_t *root = sh.last_root;
480 nv_delete(nr,sh.last_root,0);
H A Darray.c483 sh.prev_root = sh.last_root;
H A Dinit.c1618 shp->last_root = shp->var_tree;
H A Darray.c.orig483 sh.prev_root = sh.last_root;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Ddefs.h254 Dt_t *last_root; \
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtypeset.c472 Dt_t *root = tp->sh->last_root;
493 tp->sh->last_root = root;
676 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 119 milliseconds