Home
last modified time | relevance | path

Searched refs:savst (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c486 struct sh_scoped savst; in sh_subshell() local
501 savst = shp->st; in sh_subshell()
579 shp->st.otrap = savst.trap; in sh_subshell()
730 n = shp->st.trapmax-savst.trapmax; in sh_subshell()
733 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*)); in sh_subshell()
734 shp->st = savst; in sh_subshell()
H A Dxec.c504 struct sh_scoped savst; in sh_debug() local
551 savst = shp->st; in sh_debug()
560 shp->st = savst; in sh_debug()
3342 struct sh_scoped savst, *prevscope = shp->st.self; in sh_funscope() local
3364 shp->st.self = &savst; in sh_funscope()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dsubshell.c481 struct sh_scoped savst; in sh_subshell() local
493 savst = shp->st; in sh_subshell()
677 n = shp->st.trapmax-savst.trapmax; in sh_subshell()
680 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*)); in sh_subshell()
681 shp->st = savst; in sh_subshell()
H A Dxec.c398 struct sh_scoped savst; in sh_debug() local
444 savst = shp->st; in sh_debug()
453 shp->st = savst; in sh_debug()
2557 struct sh_scoped savst, *prevscope = shp->st.self; in sh_funscope() local
2577 shp->st.self = &savst; in sh_funscope()
2653 if (shp->st.self != &savst) in sh_funscope()
2654 shp->var_tree = (Dt_t*)savst.save_tree; in sh_funscope()
2664 if (shp->st.self != &savst) in sh_funscope()
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dmisc.c213 struct sh_scoped savst, *prevscope = shp->st.self; in b_dot_cmd() local
273 shp->st.self = &savst; in b_dot_cmd()
308 if (shp->st.self != &savst) in b_dot_cmd()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c213 struct sh_scoped savst, *prevscope = shp->st.self; in b_dot_cmd() local
274 shp->st.self = &savst; in b_dot_cmd()
311 if (shp->st.self != &savst) in b_dot_cmd()