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

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dsubshell.c469 struct sh_scoped savst; local
484 savst = shp->st;
674 n = shp->st.trapmax-savst.trapmax;
677 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*));
678 shp->st = savst;
H A Dxec.c462 struct sh_scoped savst; local
509 savst = shp->st;
518 shp->st = savst;
3115 struct sh_scoped savst, *prevscope = shp->st.self; local
3139 shp->st.self = &savst;
3229 if (shp->st.self != &savst)
3230 shp->var_tree = (Dt_t*)savst.save_tree;
3240 if (shp->st.self != &savst)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/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 179 milliseconds