Home
last modified time | relevance | path

Searched refs:savsig (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dsubshell.c478 char *savsig; in sh_subshell() local
528 memcpy(savsig=malloc(nsig),(char*)&shp->st.trapcom[0],nsig); in sh_subshell()
530 shp->st.otrapcom = (char**)savsig; in sh_subshell()
685 memcpy((char*)&shp->st.trapcom[0],savsig,nsig); in sh_subshell()
686 free((void*)savsig); in sh_subshell()
H A Dxec.c1457 char *savsig; in sh_exec() local
1464 memcpy(savsig=malloc(nsig),(char*)&shp->st.trapcom[0],nsig); in sh_exec()
1465 shp->st.otrapcom = (char**)savsig; in sh_exec()