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

/external/mksh/src/
H A Dhistrap.c1133 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) function
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;

Completed in 19 milliseconds