Searched defs:trapsig (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dhistrap.c1042 setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
1043 setsig(&sigtraps[SIGQUIT], trapsig, SS_RESTORE_ORIG);
1044 setsig(&sigtraps[SIGTERM], trapsig, SS_RESTORE_ORIG);
1045 setsig(&sigtraps[SIGHUP], trapsig, SS_RESTORE_ORIG);
1121 trapsig(int i) function
1319 f = !s ? SIG_DFL : s[0] ? trapsig : SIG_IGN;
1323 f = trapsig;
1336 * (normally trapsig, but could be j_sigchld() or SIG_IGN)
1421 f = trapsig;

Completed in 75 milliseconds