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

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmisc.c213 struct sh_scoped savst, *prevscope = shp->st.self; local
273 shp->st.self = &savst;
308 if (shp->st.self != &savst)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c481 struct sh_scoped savst; local
493 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.c398 struct sh_scoped savst; local
444 savst = shp->st;
453 shp->st = savst;
2557 struct sh_scoped savst, *prevscope = shp->st.self; local
2577 shp->st.self = &savst;
2653 if (shp->st.self != &savst)
2654 shp->var_tree = (Dt_t*)savst.save_tree;
2664 if (shp->st.self != &savst)

Completed in 63 milliseconds