/freebsd/contrib/less/ |
H A D | signal.c | 72 #ifdef SIGTSTP 80 LSIGNAL(SIGTSTP, stop); in stop() 157 #ifdef SIGTSTP in init_signals() 158 (void) LSIGNAL(SIGTSTP, !secure_allow(SF_STOP) ? SIG_IGN : stop); in init_signals() 182 #ifdef SIGTSTP in init_signals() 183 (void) LSIGNAL(SIGTSTP, SIG_DFL); in init_signals() 212 #ifdef SIGTSTP in psignals() 228 LSIGNAL(SIGTSTP, SIG_DFL); in psignals() 229 kill(getpid(), SIGTSTP); in psignals() 236 LSIGNAL(SIGTSTP, sto in psignals() [all...] |
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_tstp.c | 48 #if defined(SIGTSTP) && (HAVE_SIGACTION || HAVE_SIGVEC) 75 #ifdef SIGTSTP in signal_name() 76 case SIGTSTP: in signal_name() 199 (void) sigaddset(&mask, SIGTSTP); in handle_SIGTSTP() 215 sigaction(SIGTSTP, &act, &oact); in handle_SIGTSTP() 216 kill(getpid(), SIGTSTP); in handle_SIGTSTP() 221 sigaction(SIGTSTP, &oact, NULL); in handle_SIGTSTP() 399 sigaction(SIGTSTP, &new_sigaction, &old_sigaction); in _nc_signal_handler() 401 sigaction(SIGTSTP, &old_sigaction, NULL); in _nc_signal_handler() 402 } else if (sigaction(SIGTSTP, NULL, &old_sigaction) == 0 in _nc_signal_handler() [all …]
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 2 SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGTSTP and SIGWINCH. 30 SIGINT and SIGTSTP are a much more difficult issue to resolve. Vi has 126 First, System V's curses doesn't handle SIGTSTP correctly. If you use the 134 own SIGTSTP handling. 136 The problem with this is that if we do our own SIGTSTP handling, in either 141 Second, SIGTSTP has its own little problems. It's broadcast to the entire 145 program goes to sleep immediately (since it probably didn't have a SIGTSTP 151 and getting ready to send a SIGTSTP to the process group in order to put 154 processes) receive the SIGTSTP. This permits it to clean up the terminal 156 group a SIGTSTP, putting everyone to sleep and waking the shell. [all …]
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 313 #ifdef SIGTSTP 457 #ifdef SIGTSTP in TerminalNewMode() 458 signal(SIGTSTP, susp); in TerminalNewMode() 498 #ifdef SIGTSTP in TerminalNewMode() 499 signal(SIGTSTP, SIG_DFL); in TerminalNewMode() 501 sigaddset(&sm, SIGTSTP); in TerminalNewMode() 688 #ifdef SIGTSTP 733 #ifdef SIGTSTP in sys_telnet_init() 734 signal(SIGTSTP, susp); in sys_telnet_init()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 114 #ifdef SIGTSTP 594 #ifdef SIGTSTP in TerminalNewMode() 595 (void) signal(SIGTSTP, susp); in TerminalNewMode() 648 #ifdef SIGTSTP in TerminalNewMode() 649 (void) signal(SIGTSTP, SIG_DFL); in TerminalNewMode() 651 (void) sigsetmask(sigblock(0) & ~(1<<(SIGTSTP-1))); in TerminalNewMode() 653 (void) sigrelse(SIGTSTP); in TerminalNewMode() 768 #ifdef SIGTSTP 813 #ifdef SIGTSTP in sys_telnet_init() 814 (void) signal(SIGTSTP, susp); in sys_telnet_init()
|
/freebsd/contrib/tcsh/ |
H A D | tc.sig.h | 126 sigaction(SIGTSTP, NULL, &(sv)[2]); \ 134 sigaddset(&m__, SIGTSTP); \ 146 sigaction(SIGTSTP, &(sv)[2], NULL); \
|
H A D | sh.init.c | 584 #ifdef SIGTSTP in mesginit() 585 if (mesg[SIGTSTP].pname == NULL) { in mesginit() 586 mesg[SIGTSTP].iname = "TSTP"; in mesginit() 588 mesg[SIGTSTP].pname = CSAVS(2, 48, "Suspended"); in mesginit() 590 mesg[SIGTSTP].pname = CSAVS(2, 49, "Stopped"); in mesginit()
|
/freebsd/lib/libc/gen/ |
H A D | siglist.c | 53 [SIGTSTP] = "TSTP", 88 [SIGTSTP] = "Suspended",
|
H A D | readpassphrase.c | 119 (void)__libc_sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 157 (void)__libc_sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase() 171 case SIGTSTP: in readpassphrase()
|
/freebsd/contrib/libarchive/libarchive_fe/ |
H A D | passphrase.c | 154 M(M(SIGTSTP, SIGTTIN), SIGTTOU))) 240 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 288 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase() 303 case SIGTSTP: in readpassphrase()
|
/freebsd/usr.bin/mail/ |
H A D | tty.c | 70 savetstp = signal(SIGTSTP, SIG_DFL); in grabh() 137 (void)signal(SIGTSTP, savetstp); in grabh() 209 (void)signal(SIGTSTP, ttystop); in readtty() 220 (void)signal(SIGTSTP, SIG_DFL); in readtty()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | signal.d | 60 inline int SIGTSTP = 18; variable 61 #pragma D binding "1.0" SIGTSTP 112 signal == SIGTSTP ? "SIGTSTP" :
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | readpassphrase.c | 124 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 166 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase() 180 case SIGTSTP: in readpassphrase()
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | readpassphrase.c | 128 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 170 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase() 184 case SIGTSTP: in readpassphrase()
|
/freebsd/usr.bin/top/ |
H A D | top.c | 580 sigaddset(&new_sigmask, SIGTSTP); in main() 585 signal(SIGTSTP, tstop); in main() 743 signal(SIGTSTP, SIG_DFL); in main() 746 sigsetmask(sigblock(0) & ~(1 << (SIGTSTP - 1))); in main() 747 kill(0, SIGTSTP); in main() 750 signal(SIGTSTP, tstop); in main()
|
/freebsd/bin/sh/ |
H A D | trap.c | 281 case SIGTSTP: in setsignal() 304 if (mflag && (signo == SIGTSTP || in setsignal() 537 if (sig != 0 && sig != SIGSTOP && sig != SIGTSTP && sig != SIGTTIN && in exitshell_savedstatus()
|
/freebsd/usr.bin/msgs/ |
H A D | msgs.c | 478 signal(SIGTSTP, onsusp); in main() 522 signal(SIGTSTP, SIG_DFL); in main() 692 signal(SIGTSTP, SIG_DFL); in onsusp() 694 kill(0, SIGTSTP); in onsusp() 695 signal(SIGTSTP, onsusp); in onsusp()
|
/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 77 (void) sigaction(SIGTSTP, (struct sigaction *)0, &sa); in init_display() 79 (void) sigaction(SIGTSTP, &sa, (struct sigaction *)0); in init_display()
|
/freebsd/contrib/sendmail/src/ |
H A D | alias.c | 522 #ifdef SIGTSTP 584 #ifdef SIGTSTP 585 oldsigtstp = sm_signal(SIGTSTP, SIG_IGN); 636 #ifdef SIGTSTP 637 (void) sm_signal(SIGTSTP, oldsigtstp);
|
/freebsd/contrib/libedit/ |
H A D | sig.h | 51 _DO(SIGTSTP) \
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.h | 40 #define SIGTSTP 20 macro
|
/freebsd/lib/libsysdecode/ |
H A D | signal.c | 50 [SIGTSTP] = "SIGTSTP",
|
/freebsd/sbin/reboot/ |
H A D | reboot.c | 405 (void)signal(SIGTSTP, SIG_IGN); in main() 425 if (kill(1, SIGTSTP) == -1) in main()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 941 #ifdef SIGTSTP in my_telnet() 942 signal(SIGTSTP, SIG_IGN); in my_telnet() 1367 #ifdef SIGTSTP in sendsusp() 1370 ioctl(ourpty, TCSIG, (char *)SIGTSTP); in sendsusp()
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 221 $ SIGTSTP
|