Searched refs:SIGTSTP (Results 1 – 17 of 17) sorted by relevance
130 if (sig == SIGTSTP) { in ui__sigcont()172 signal(SIGTSTP, ui__sigcont); in ui__init()
35 [SIGTSTP] = 20, /* 18, 20, 24 */
31 #define SIGTSTP 25 macro
38 #define SIGTSTP 20 macro
31 #define SIGTSTP 20 macro
46 #define SIGTSTP 20 macro
55 #define SIGTSTP 20 macro
51 #define SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
42 #define SIGTSTP 20 macro
41 #define SIGTSTP 20 macro
40 #define SIGTSTP 18 macro
60 #define SIGTSTP 18 macro
55 .sig = SIGTSTP, in FIXTURE_VARIANT_ADD()71 if (sig == SIGTRAP || sig == SIGURG || sig == SIGHUP || sig == SIGTSTP) in scope_signal_handler()
160 sigaddset(&sig_set, SIGTSTP);
423 rt_sigmask(SIGSTOP) | rt_sigmask(SIGTSTP) | \
192 if (sig != SIGINT && sig != SIGQUIT && sig != SIGTSTP) in pty_signal()