Searched refs:SIGTSTP (Results 51 - 68 of 68) sorted by relevance

123

/haiku-fatelf/src/tests/system/kernel/
H A Dsigint_bug113_test.cpp25 ADD_SIGNAL(SIGTSTP),
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D28-14.c24 * -> register a signal handler for SIGTSTP with signal().
167 #define SIGNAL SIGTSTP
217 /* Install the signal handler for SIGTSTP */
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dstrsignal.c170 #if defined (SIGTSTP)
171 ENTRY(SIGTSTP, "SIGTSTP", "Stopped (user)"),
/haiku-fatelf/headers/posix/
H A Dsignal.h132 #define SIGTSTP 13 /* `stop' special character typed in tty */ macro
/haiku-fatelf/src/bin/bash/
H A Dnojobs.c554 #if defined (SIGTSTP)
555 set_signal_handler (SIGTSTP, SIG_IGN);
564 #if defined (SIGTSTP)
565 set_signal_handler (SIGTSTP, SIG_DFL);
H A Djobs.c1797 the shell running the script gets a SIGTSTP and stops. */
1894 set_signal_handler (SIGTSTP, SIG_IGN);
1902 set_signal_handler (SIGTSTP, SIG_DFL);
3198 (WSTOPSIG (child->status) == SIGTSTP);
3220 /* Suspending a job with SIGTSTP breaks all active loops. */
3762 set_signal_handler (SIGTSTP, SIG_IGN);
3768 old_tstp = set_signal_handler (SIGTSTP, sigstop_sighandler);
3793 set_signal_handler (SIGTSTP, old_tstp);
3821 sigaddset (&set, SIGTSTP);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsig2str.c99 #ifdef SIGTSTP
/haiku-fatelf/src/bin/network/telnetd/
H A Dtelnetd.c882 #ifdef SIGTSTP
883 (void) signal(SIGTSTP, SIG_IGN);
1215 #ifdef SIGTSTP
1218 (void) ioctl(pty, TCSIG, (char *)SIGTSTP);
1223 #endif /* SIGTSTP */
/haiku-fatelf/src/bin/gdb/gdb/
H A Dtop.c179 /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */
182 #ifdef SIGTSTP
183 #define STOP_SIGNAL SIGTSTP
999 #if STOP_SIGNAL == SIGTSTP
1000 signal (SIGTSTP, SIG_DFL);
1011 kill (getpid (), SIGTSTP);
1012 signal (SIGTSTP, stop_sig);
1005 kill (getpid (), SIGTSTP); local
H A Dproc-events.c1523 #ifdef SIGTSTP
1524 { SIGTSTP, "SIGTSTP", "User stop from tty" },
H A Dhaiku-nat.c126 { TARGET_SIGNAL_TSTP, SIGTSTP },
/haiku-fatelf/src/system/kernel/
H A Dsignal.cpp50 (SIGNAL_TO_MASK(SIGSTOP) | SIGNAL_TO_MASK(SIGTSTP) \
1075 case SIGTSTP:
1626 case SIGTSTP:
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c517 #ifdef SIGTSTP
710 #ifdef SIGTSTP
712 kill(getpid(), SIGTSTP); local
968 #ifdef SIGTSTP
970 kill(getpid(), SIGTSTP); local
/haiku-fatelf/src/bin/coreutils/src/
H A Dls.c1168 /* A SIGTSTP was received; arrange for the program to suspend itself. */
1205 /* SIGTSTP is special, since the application can receive that signal
1236 SIGTSTP,
1320 act.sa_handler = sig[j] == SIGTSTP ? stophandler : sighandler;
1329 signal (sig[j], sig[j] == SIGTSTP ? stophandler : sighandler);
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c1329 #ifdef SIGTSTP
1335 (void) kill(0, SIGTSTP);
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty.cpp764 signal = SIGTSTP;
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty.cpp861 signal = SIGTSTP;
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk328 SIGTERM SIGTHAW SIGTRAP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGUSR1 \

Completed in 417 milliseconds

123