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

1234

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwsuspend.c53 oldsig = signal(SIGTSTP, SIG_IGN);
55 (void) signal(SIGTSTP, SIG_DFL);
56 (void) kill(0, SIGTSTP);
57 (void) signal(SIGTSTP, SIG_IGN);
59 (void) signal(SIGTSTP, oldsig);
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.ioctl.c96 #ifdef SIGTSTP
97 if (signal(SIGTSTP, SIG_IGN) == SIG_DFL) {
99 (void) signal(SIGTSTP, SIG_DFL);
100 (void) kill(0, SIGTSTP);
107 #else /* SIGTSTP */
108 pline("Sorry, it seems we have no SIGTSTP here. Try ! or S.");
109 #endif /* SIGTSTP */
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dsignal.c63 #ifdef SIGTSTP
73 #ifdef SIGTSTP
82 (void)signal(SIGTSTP, stop);
139 #ifdef SIGTSTP
140 (void)signal(SIGTSTP, stop);
155 #ifdef SIGTSTP
156 (void)signal(SIGTSTP, SIG_DFL);
197 #ifdef SIGTSTP
214 (void)signal(SIGTSTP, SIG_DFL);
215 (void)kill(getpid(), SIGTSTP); local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dsignal.c74 #ifdef SIGTSTP
83 LSIGNAL(SIGTSTP, stop);
161 #ifdef SIGTSTP
162 (void) LSIGNAL(SIGTSTP, stop);
182 #ifdef SIGTSTP
183 (void) LSIGNAL(SIGTSTP, SIG_DFL);
210 #ifdef SIGTSTP
226 LSIGNAL(SIGTSTP, SIG_DFL);
227 kill(getpid(), SIGTSTP); local
234 LSIGNAL(SIGTSTP, sto
[all...]
/netbsd-6-1-5-RELEASE/games/larn/
H A Dsignal.c68 #ifdef SIGTSTP
78 signal(SIGTSTP, SIG_DFL);
84 sigsetmask(sigblock(0) & ~BIT(SIGTSTP));
86 kill(getpid(), SIGTSTP); local
89 signal(SIGTSTP, tstop);
97 #endif /* SIGTSTP */
119 #ifdef SIGTSTP
120 signal(SIGTSTP, tstop);
122 #endif /* SIGTSTP */
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/arm/
H A Dlinux_sigarray.c55 SIGTSTP,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/m68k/
H A Dlinux_sigarray.c55 SIGTSTP,
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dsignals.c72 # if defined (SIGTSTP)
73 sigaddset (set, SIGTSTP);
133 #if defined (SIGTSTP)
134 set_termsig (SIGTSTP, &old_TSTP);
137 #endif /* SIGTSTP */
152 /* Used by DJGPP to simulate SIGTSTP on Ctrl-Z. */
202 #if defined (SIGTSTP)
203 case SIGTSTP:
214 #if defined (SIGTSTP)
215 if (sig == SIGTSTP)
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/alpha/
H A Dlinux_sigarray.c53 SIGTSTP,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/mips/
H A Dlinux_sigarray.c62 SIGTSTP,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/powerpc/
H A Dlinux_sigarray.c55 SIGTSTP, /* 20 */
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dsig.h53 _DO(SIGTSTP) \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Devent-top.h90 /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */
93 #ifdef SIGTSTP
94 #define STOP_SIGNAL SIGTSTP
/netbsd-6-1-5-RELEASE/games/tetris/
H A Dscreen.c153 sigaddset(&nsigset, SIGTSTP);
156 if ((tstp = signal(SIGTSTP, stopset)) == SIG_IGN)
157 (void) signal(SIGTSTP, SIG_IGN);
201 (void) signal(SIGTSTP, scr_stop);
219 sigaddset(&nsigset, SIGTSTP);
236 (void) signal(SIGTSTP, tstp);
281 sigaddset(&nsigset, SIGTSTP);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
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 */
318 #if defined (SIGTSTP)
319 rl_maybe_set_sighandler (SIGTSTP, rl_signal_handler, &old_tstp);
320 #endif /* SIGTSTP */
362 #if defined (SIGTSTP)
363 rl_sigaction (SIGTSTP,
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libdtrace/
H A Dsignal.d63 inline int SIGTSTP = 18;
64 #pragma D binding "1.0" SIGTSTP
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_sigarray.c57 SIGTSTP, /* 20 */
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_sigarray.c55 SIGTSTP, /* 20 */
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dmain.c199 sv_stop_handler = signal(SIGTSTP, stop);
345 signal(SIGTSTP, sv_stop_handler);
346 /* unblock SIGTSTP */
348 sigaddset(&set, SIGTSTP);
351 kill(0, SIGTSTP);
353 signal(SIGTSTP, stop);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dsignal.c47 if (sigaction(SIGTSTP, &sigact, NULL) != 0)
79 if (sigaction(SIGTSTP, &sigact, NULL) != 0)
/netbsd-6-1-5-RELEASE/usr.bin/talk/
H A Dinit_disp.c65 (void)sigaction(SIGTSTP, NULL, &sa);
67 (void)sigaction(SIGTSTP, &sa, NULL);
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_signo.c100 SIGTSTP, /* 24 */
/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A Dosf1_signo.c103 SIGTSTP,
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetpass.c75 sigaddset(&nset, SIGTSTP);
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dtstp.c86 /* Unblock SIGTSTP. */
88 (void) sigaddset(&set, SIGTSTP);
92 (void) kill(0, SIGTSTP);
113 otstpfn = signal(SIGTSTP, __stop_signal_handler);
128 (void) signal(SIGTSTP, otstpfn);
212 /* To allow both SIGTSTP and endwin() to come back nicely, we provide
266 /* Reset the curses SIGTSTP and SIGWINCH signal handlers. */

Completed in 582 milliseconds

1234