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

  /external/mksh/src/
histrap.c 1040 setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
1041 setsig(&sigtraps[SIGQUIT], trapsig, SS_RESTORE_ORIG);
1042 setsig(&sigtraps[SIGTERM], trapsig, SS_RESTORE_ORIG);
1043 setsig(&sigtraps[SIGHUP], trapsig, SS_RESTORE_ORIG);
1119 trapsig(int i) function
1317 f = !s ? SIG_DFL : s[0] ? trapsig : SIG_IGN;
1321 f = trapsig;
1334 * (normally trapsig, but could be j_sigchld() or SIG_IGN)
1419 f = trapsig;
    [all...]
exec.c 480 trapsig(ksh_SIGERR);
    [all...]
jobs.c 1184 trapsig(WTERMSIG(status));
    [all...]
main.c 911 /* GNU bash does not run this trapsig */
912 trapsig(ksh_SIGERR);
    [all...]
sh.h     [all...]
edit.c 1250 trapsig(SIGINT);
    [all...]

Completed in 121 milliseconds