Home
last modified time | relevance | path

Searched refs:prevst (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Ddefs.h72 struct sh_scoped *prevst; /* pointer to previous state */ member
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c657 if(nv_isattr(np,NV_PARAM) && shp->st.prevst) in b_common()
659 if(!(hp=(Dt_t*)shp->st.prevst->save_tree)) in b_common()
H A Dmisc.c272 shp->st.prevst = prevscope; in b_dot_cmd()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dname.c2910 if(nv_isattr(np,NV_PARAM) && shp->st.prevst) in nv_rename()
2912 if(!(hp=(Dt_t*)shp->st.prevst->save_tree)) in nv_rename()
3077 while(sp = sp->prevst) in sh_getscope()
3085 while(index-- && (sp = sp->prevst)); in sh_getscope()
H A Dxec.c2576 shp->st.prevst = prevscope; in sh_funscope()