Searched refs:STOP_SIGNAL (Results 1 – 9 of 9) sorted by relevance
137 #ifdef STOP_SIGNAL636 #ifdef STOP_SIGNAL in command_line_handler()638 signal (STOP_SIGNAL, handle_stop_sig); in command_line_handler()697 #ifdef STOP_SIGNAL in command_line_handler()699 signal (STOP_SIGNAL, SIG_DFL); in command_line_handler()930 #ifdef STOP_SIGNAL in async_init_signals()1011 #ifdef STOP_SIGNAL1023 #if STOP_SIGNAL == SIGTSTP in async_stop_sig()1038 signal (STOP_SIGNAL, handle_stop_sig); in async_stop_sig()
92 #ifndef STOP_SIGNAL95 #define STOP_SIGNAL SIGTSTP macro
181 #ifndef STOP_SIGNAL183 #define STOP_SIGNAL SIGTSTP macro989 #ifdef STOP_SIGNAL993 #if STOP_SIGNAL == SIGTSTP in stop_sig()1008 signal (STOP_SIGNAL, stop_sig); in stop_sig()1146 #ifdef STOP_SIGNAL in command_line_input()1148 signal (STOP_SIGNAL, handle_stop_sig); in command_line_input()1225 #ifdef STOP_SIGNAL in command_line_input()1227 signal (STOP_SIGNAL, SIG_DFL); in command_line_input()
826 #ifdef STOP_SIGNAL in read_actions()828 signal (STOP_SIGNAL, handle_stop_sig); in read_actions()894 #ifdef STOP_SIGNAL in read_actions()896 signal (STOP_SIGNAL, SIG_DFL); in read_actions()
2269 STOP_SIGNAL).2272 (command_line_input): SIGTSTP ==>STOP_SIGNAL.
5980 signal handler for STOP_SIGNAL to handle_stop_sig.6005 (command_line_handler): Set up the signal handler for STOP_SIGNAL
3082 STOP_SIGNAL.9189 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
5044 * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
2258 @item STOP_SIGNAL