HomeSort by relevance Sort by last modified time
    Searched refs:trapsig (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
histrap.c 1045 setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
1046 setsig(&sigtraps[SIGQUIT], trapsig, SS_RESTORE_ORIG);
1047 setsig(&sigtraps[SIGTERM], trapsig, SS_RESTORE_ORIG);
1048 setsig(&sigtraps[SIGHUP], trapsig, SS_RESTORE_ORIG);
1124 trapsig(int i) function
1322 f = !s ? SIG_DFL : s[0] ? trapsig : SIG_IGN;
1326 f = trapsig;
1339 * (normally trapsig, but could be j_sigchld() or SIG_IGN)
1424 f = trapsig;
    [all...]
exec.c 484 trapsig(ksh_SIGERR);
    [all...]
jobs.c 1233 trapsig(WTERMSIG(status));
    [all...]
main.c 860 /* GNU bash does not run this trapsig */
861 trapsig(ksh_SIGERR);
    [all...]
sh.h     [all...]
edit.c 1248 trapsig(SIGINT);
    [all...]

Completed in 583 milliseconds