Searched refs:sdict (Results 1 – 5 of 5) sorted by relevance
66 Dt_t *sdict = (shp->st.real_fun? shp->st.real_fun->sdict:0); in scope() local95 …H_COMP) && dtvnext(root) && ((mp=nv_search(cp,root,flags))||(sdict && (mp=nv_search(cp,sdict,flags… in scope()
748 if((rp=shp->st.real_fun) && !rp->sdict && (flags&NV_STATIC)) in nv_create()751 rp->sdict = dtopen(&_Nvdisc,Dtoset); in nv_create()752 dtview(rp->sdict,shp->var_base); in nv_create()753 dtview(shp->var_tree,rp->sdict); in nv_create()778 if(rp && rp->sdict && (flags&NV_STATIC)) in nv_create()780 root = rp->sdict; in nv_create()2061 if((rp=shp->st.real_fun) && rp->sdict) in sh_scope()2063 dtview(rp->sdict,newroot); in sh_scope()2064 newroot = rp->sdict; in sh_scope()2217 if(rp->sdict) in _nv_unset()[all …]
261 if(!(rp=shp->st.real_fun) || !(dp=rp->sdict)) in sh_assignok()
98 Dt_t *sdict; /* dictionary for statics */ member
1029 …root==shp->var_tree && shp->st.real_fun && (dp=shp->var_tree->walk) && dp==shp->st.real_fun->sdict) in b_unall()