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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c225 static sighandler sigstop_sighandler __P((int));
3691 old_tstp = set_signal_handler (SIGTSTP, sigstop_sighandler);
3692 old_ttin = set_signal_handler (SIGTTIN, sigstop_sighandler);
3693 old_ttou = set_signal_handler (SIGTTOU, sigstop_sighandler);
3713 sigstop_sighandler (sig) function

Completed in 86 milliseconds