Searched refs:SIGEXIT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashjmp.h41 #define SIGEXIT 5 /* Exit due to fatal terminating signal */ macro
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dsignals.h39 #define SIGEXIT 0 macro
H A Dsignals.c879 (sig == SIGEXIT ? !isset(POSIXTRAPS) : isset(LOCALTRAPS)) &&
938 /* No special SIGEXIT behaviour inside another trap. */
943 * SIGEXIT needs to be restored at the current locallevel,
947 if (sigtrapped[SIGEXIT] && !isset(POSIXTRAPS)) {
949 unsettrap(SIGEXIT);
974 !isset(POSIXTRAPS) && (exittr = sigtrapped[SIGEXIT])) {
978 exitfn = siglists[SIGEXIT];
979 siglists[SIGEXIT] = NULL;
981 if (sigtrapped[SIGEXIT] & ZSIG_TRAPPED)
983 sigtrapped[SIGEXIT]
[all...]
H A Dinit.c199 if (sigtrapped[SIGEXIT])
200 dotrap(SIGEXIT);
H A Dexec.c44 /* used to suppress ERREXIT and trapping of SIGZERR, SIGEXIT. */
1358 if (sigtrapped[SIGEXIT])
1359 dotrap(SIGEXIT);
1381 if (exiting && sigtrapped[SIGEXIT]) {
1382 dotrap(SIGEXIT);
1384 sigtrapped[SIGEXIT] = 0;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dsignal.c101 #ifdef SIGEXIT
103 "Exit", "EXIT", SIGEXIT,

Completed in 143 milliseconds