Searched refs:SIGTSTP (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/less/
H A Dsignal.c76 #ifdef SIGTSTP
85 LSIGNAL(SIGTSTP, stop);
168 #ifdef SIGTSTP
169 (void) LSIGNAL(SIGTSTP, secure ? SIG_IGN : stop);
193 #ifdef SIGTSTP
194 (void) LSIGNAL(SIGTSTP, SIG_DFL);
224 #ifdef SIGTSTP
240 LSIGNAL(SIGTSTP, SIG_DFL);
241 kill(getpid(), SIGTSTP); local
248 LSIGNAL(SIGTSTP, sto
[all...]
/freebsd-11-stable/usr.bin/bc/
H A Dtty.c54 if (sig == SIGTSTP) {
59 signal(SIGTSTP, tstpcont);
/freebsd-11-stable/lib/libedit/
H A Dsig.h52 _DO(SIGTSTP) \
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c47 #if defined(SIGTSTP) && (HAVE_SIGACTION || HAVE_SIGVEC)
74 #ifdef SIGTSTP
75 case SIGTSTP:
76 return "SIGTSTP";
194 /* Unblock SIGTSTP. */
196 (void) sigaddset(&mask, SIGTSTP);
212 sigaction(SIGTSTP, &act, &oact);
213 kill(getpid(), SIGTSTP); local
218 sigaction(SIGTSTP, &oact, NULL);
357 * returning) to disable/enable the SIGTSTP (
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dsignals.c86 SIGINT, SIGTERM, SIGQUIT, SIGALRM, SIGTSTP, SIGTTIN, and SIGTTOU. */
106 #if defined (SIGTSTP)
149 #if defined (SIGTSTP)
150 case SIGTSTP:
153 #endif /* SIGTSTP */
310 #if defined (SIGTSTP)
311 sigaddset (&bset, SIGTSTP);
350 #if defined (SIGTSTP)
351 rl_maybe_set_sighandler (SIGTSTP, rl_signal_handler, &old_tstp);
352 #endif /* SIGTSTP */
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-top.h91 /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */
94 #ifdef SIGTSTP
95 #define STOP_SIGNAL SIGTSTP
H A Devent-top.c886 SIGINT, SIGFPE, SIGQUIT, SIGTSTP, SIGHUP, SIGWINCH. These
1030 #if STOP_SIGNAL == SIGTSTP
1031 signal (SIGTSTP, SIG_DFL);
1042 kill (getpid (), SIGTSTP);
1043 signal (SIGTSTP, handle_stop_sig);
1039 kill (getpid (), SIGTSTP); local
/freebsd-11-stable/contrib/tcsh/
H A Dtc.sig.h126 sigaction(SIGTSTP, NULL, &(sv)[2]); \
134 sigaddset(&m__, SIGTSTP); \
146 sigaction(SIGTSTP, &(sv)[2], NULL); \
H A Ddotlock.c140 (void)sigaddset(&nset, SIGTSTP);
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dsignal.d62 inline int SIGTSTP = 18;
63 #pragma D binding "1.0" SIGTSTP
114 signal == SIGTSTP ? "SIGTSTP" :
/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c122 (void)__libc_sigaction(SIGTSTP, &sa, &savetstp);
160 (void)__libc_sigaction(SIGTSTP, &savetstp, NULL);
174 case SIGTSTP:
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c132 (void)sigaction(SIGTSTP, &sa, &savetstp);
174 (void)sigaction(SIGTSTP, &savetstp, NULL);
188 case SIGTSTP:
/freebsd-11-stable/usr.bin/mail/
H A Dtty.c76 savetstp = signal(SIGTSTP, SIG_DFL);
141 (void)signal(SIGTSTP, savetstp);
210 (void)signal(SIGTSTP, ttystop);
221 (void)signal(SIGTSTP, SIG_DFL);
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c156 M(M(SIGTSTP, SIGTTIN), SIGTTOU)))
239 (void)sigaction(SIGTSTP, &sa, &savetstp);
285 (void)sigaction(SIGTSTP, &savetstp, NULL);
299 case SIGTSTP:
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h43 #define SIGTSTP 20 macro
/freebsd-11-stable/lib/libsysdecode/
H A Dsignal.c53 [SIGTSTP] = "SIGTSTP",
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c116 #ifdef SIGTSTP
118 #endif /* SIGTSTP */
596 #ifdef SIGTSTP
597 (void) signal(SIGTSTP, susp);
598 #endif /* SIGTSTP */
650 #ifdef SIGTSTP
651 (void) signal(SIGTSTP, SIG_DFL);
653 (void) sigsetmask(sigblock(0) & ~(1<<(SIGTSTP-1)));
655 (void) sigrelse(SIGTSTP);
657 #endif /* SIGTSTP */
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c313 #ifdef SIGTSTP
315 #endif /* SIGTSTP */
457 #ifdef SIGTSTP
458 signal(SIGTSTP, susp);
459 #endif /* SIGTSTP */
498 #ifdef SIGTSTP
499 signal(SIGTSTP, SIG_DFL);
501 sigaddset(&sm, SIGTSTP);
503 #endif /* SIGTSTP */
689 #ifdef SIGTSTP
[all...]
/freebsd-11-stable/contrib/top/
H A Dtop.c676 sighold(SIGTSTP);
678 old_sigmask = sigblock(Smask(SIGINT) | Smask(SIGQUIT) | Smask(SIGTSTP));
683 (void) signal(SIGTSTP, tstop);
690 sigrelse(SIGTSTP);
872 (void) signal(SIGTSTP, SIG_DFL);
876 sigrelse(SIGTSTP);
878 (void) sigsetmask(sigblock(0) & ~(1 << (SIGTSTP - 1)));
880 (void) kill(0, SIGTSTP);
883 (void) signal(SIGTSTP, tstop);
1294 sigret_t tstop(i) /* SIGTSTP handle
[all...]
/freebsd-11-stable/usr.bin/talk/
H A Dinit_disp.c81 (void) sigaction(SIGTSTP, (struct sigaction *)0, &sa);
83 (void) sigaction(SIGTSTP, &sa, (struct sigaction *)0);
/freebsd-11-stable/sbin/reboot/
H A Dreboot.c181 (void)signal(SIGTSTP, SIG_IGN);
200 if (kill(1, SIGTSTP) == -1)
201 err(1, "SIGTSTP init");
/freebsd-11-stable/contrib/gdb/gdb/signals/
H A Dsignals.c73 {"SIGTSTP", "Stopped (user)"},
377 #if defined (SIGTSTP)
378 if (hostsig == SIGTSTP)
630 #if defined (SIGTSTP)
632 return SIGTSTP;
/freebsd-11-stable/bin/sh/
H A Dtrap.c289 case SIGTSTP:
312 if (mflag && (signo == SIGTSTP ||
544 if (sig != 0 && sig != SIGSTOP && sig != SIGTSTP && sig != SIGTTIN &&
/freebsd-11-stable/sys/sys/
H A Drctl.h114 #define RCTL_ACTION_SIGTSTP SIGTSTP
/freebsd-11-stable/sys/compat/linux/
H A Dlinux.c55 LINUX_SIGTSTP, /* SIGTSTP */
91 SIGTSTP, /* LINUX_SIGTSTP */

Completed in 310 milliseconds

1234