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

/external/mksh/src/
H A Dhistrap.c1104 setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
1105 setsig(&sigtraps[SIGQUIT], trapsig, SS_RESTORE_ORIG);
1106 setsig(&sigtraps[SIGTERM], trapsig, SS_RESTORE_ORIG);
1107 setsig(&sigtraps[SIGHUP], trapsig, SS_RESTORE_ORIG);
1165 trapsig(int i) function
1346 f = !s ? SIG_DFL : s[0] ? trapsig : SIG_IGN;
1350 f = trapsig;
1363 * (normally trapsig, but could be j_sigchld() or SIG_IGN)
1445 f = trapsig;

Completed in 46 milliseconds