Searched refs:savsig (Results 1 – 2 of 2) sorted by relevance
478 char *savsig; in sh_subshell() local528 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()
1457 char *savsig; in sh_exec() local1464 memcpy(savsig=malloc(nsig),(char*)&shp->st.trapcom[0],nsig); in sh_exec()1465 shp->st.otrapcom = (char**)savsig; in sh_exec()