Searched refs:SIGTSTP (Results 1 – 19 of 19) sorted by relevance
/glibc-2.36/bits/ |
D | signum-arch.h | 33 #define SIGTSTP 18 /* Keyboard stop. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | signum-arch.h | 44 #define SIGTSTP 25 /* Keyboard stop. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | signum-arch.h | 39 #define SIGTSTP 24 /* Keyboard stop. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | signum-arch.h | 39 #define SIGTSTP 20 /* Keyboard stop. */ macro
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | signum-arch.h | 39 #define SIGTSTP 18 /* Keyboard stop. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | signum-arch.h | 41 #define SIGTSTP 18 /* Keyboard stop. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | signum-arch.h | 42 #define SIGTSTP 18 /* Keyboard stop. */ macro
|
/glibc-2.36/sysdeps/generic/ |
D | siglist.h | 45 init_sig (SIGTSTP, "TSTP", N_("Stopped"))
|
/glibc-2.36/signal/ |
D | tst-sigset.c | 41 VERIFY (set, SIGTSTP); in do_test()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | kill.c | 90 case SIGTSTP: in __kill()
|
/glibc-2.36/hurd/ |
D | hurdsig.c | 611 | __sigmask (SIGSTOP) | __sigmask (SIGTSTP)) in weak_alias() 830 case SIGTSTP: in weak_alias() 897 | __sigmask (SIGTSTP)))) in weak_alias() 1311 case SIGTSTP: in signal_allowed()
|
/glibc-2.36/nscd/ |
D | nscd.c | 289 signal (SIGTSTP, SIG_IGN); in main()
|
/glibc-2.36/manual/ |
D | signal.texi | 659 @deftypevr Macro int SIGTSTP 661 The @code{SIGTSTP} signal is an interactive stop signal. Unlike 667 @code{SIGTSTP} so they can turn echoing back on before stopping. 708 Groups}) receives a @code{SIGTSTP}, @code{SIGTTIN}, or @code{SIGTTOU} 990 user requests such as @code{SIGINT}, @code{SIGQUIT}, and @code{SIGTSTP} 2170 (@code{SIGTSTP}), and you want to clean up some internal data buffers 2174 @comment But that would require that the handler for SIGTSTP unblock the 2179 @comment as soon as the SIGTSTP handler returns, which is fine. 2190 signal (SIGTSTP, SIG_DFL); 2193 raise (SIGTSTP); [all …]
|
D | job.texi | 414 signal (SIGTSTP, SIG_IGN); 495 send a @code{SIGTSTP} signal to the process group of the process, not 530 signal (SIGTSTP, SIG_DFL);
|
D | terminal.texi | 1357 supports job control (@pxref{Job Control}). It causes a @code{SIGTSTP} 1368 mechanism, the program should send a @code{SIGTSTP} signal to the 1381 supports job control (@pxref{Job Control}). It sends a @code{SIGTSTP}
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 83 macro-int-constant SIGTSTP {int} > 0
|
/glibc-2.36/po/ |
D | cs.po | 5525 msgstr "Pozastaven (SIGTSTP)"
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.21 | 2906 (SIGTSTP): Remove.
|
D | ChangeLog.18 | 79112 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD): 83468 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
|