Searched refs:savsig (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 478 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 D | xec.c | 1457 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()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | subshell.c | 483 char *savsig; in sh_subshell() local 583 memcpy(savsig=malloc(nsig),(char*)&shp->st.trapcom[0],nsig); in sh_subshell() 585 shp->st.otrapcom = (char**)savsig; in sh_subshell() 739 memcpy((char*)&shp->st.trapcom[0],savsig,nsig); in sh_subshell() 740 free((void*)savsig); in sh_subshell()
|
H A D | xec.c | 1995 char *savsig; in sh_exec() local 2002 memcpy(savsig=malloc(nsig),(char*)&shp->st.trapcom[0],nsig); in sh_exec() 2003 shp->st.otrapcom = (char**)savsig; in sh_exec()
|