Home | History | Annotate | Download | only in src

Lines Matching refs:trapsig

1133 	setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
1134 setsig(&sigtraps[SIGQUIT], trapsig, SS_RESTORE_ORIG);
1135 setsig(&sigtraps[SIGTERM], trapsig, SS_RESTORE_ORIG);
1136 setsig(&sigtraps[SIGHUP], trapsig, SS_RESTORE_ORIG);
1194 trapsig(int i)
1392 f = !s ? SIG_DFL : s[0] ? trapsig : SIG_IGN;
1396 f = trapsig;
1409 * (normally trapsig, but could be j_sigchld() or SIG_IGN)
1492 f = trapsig;