Searched refs:oroot (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 1296 Dt_t *oroot=tp->dict,*nroot=dtopen(&_Nvdisc,Dtoset); in clone_table() local 1302 for(np=(Namval_t*)dtfirst(oroot);np;np=(Namval_t*)dtnext(oroot,np)) in clone_table()
|
H A D | xec.c | 927 Dt_t *root=0,*oroot=0; in enter_namespace() local 942 oroot = nv_dict(onsp); in enter_namespace() 945 path = nv_search(PATHNOD->nvname,oroot,HASH_NOSCOPE); in enter_namespace() 946 fpath = nv_search(FPATHNOD->nvname,oroot,HASH_NOSCOPE); in enter_namespace() 948 if(shp->var_tree==oroot) in enter_namespace() 951 oroot = shp->var_base; in enter_namespace() 960 for(root=shp->var_tree; root->view!=oroot;root=root->view); in enter_namespace()
|
H A D | name.c | 2445 static void table_unset(Shell_t *shp, register Dt_t *root, int flags, Dt_t *oroot) in table_unset() argument 2450 if(nq=dtsearch(oroot,np)) in table_unset()
|