Searched refs:savst (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c471 struct sh_scoped savst; local
486 savst = shp->st;
677 n = shp->st.trapmax-savst.trapmax;
680 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*));
681 shp->st = savst;
H A Dxec.c468 struct sh_scoped savst; local
515 savst = shp->st;
524 shp->st = savst;
3126 struct sh_scoped savst, *prevscope = shp->st.self; local
3150 shp->st.self = &savst;
3240 if (shp->st.self != &savst)
3241 shp->var_tree = (Dt_t*)savst.save_tree;
3251 if (shp->st.self != &savst)
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmisc.c213 struct sh_scoped savst, *prevscope = shp->st.self; local
273 shp->st.self = &savst;
309 if (shp->st.self != &savst)

Completed in 24 milliseconds