OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGTSTP
(Results
1 - 13
of
13
) sorted by relevancy
/src/games/larn/
signal.c
66
#ifdef
SIGTSTP
75
signal(
SIGTSTP
, SIG_DFL);
81
sigsetmask(sigblock(0) & ~BIT(
SIGTSTP
));
83
kill(getpid(),
SIGTSTP
);
86
signal(
SIGTSTP
, tstop);
94
#endif /*
SIGTSTP
*/
116
#ifdef
SIGTSTP
117
signal(
SIGTSTP
, tstop);
119
#endif /*
SIGTSTP
*/
/src/distrib/utils/more/
signal.c
63
#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
);
[
all
...]
/src/external/bsd/less/dist/
signal.c
77
#ifdef
SIGTSTP
84
LSIGNAL(
SIGTSTP
, stop);
159
#ifdef
SIGTSTP
160
(void) LSIGNAL(
SIGTSTP
, secure ? SIG_IGN : stop);
184
#ifdef
SIGTSTP
185
(void) LSIGNAL(
SIGTSTP
, SIG_DFL);
214
#ifdef
SIGTSTP
230
LSIGNAL(
SIGTSTP
, SIG_DFL);
231
kill(getpid(),
SIGTSTP
);
238
LSIGNAL(
SIGTSTP
, stop)
[
all
...]
/src/usr.bin/qsubst/
qsubst.c
160
kill(getpid(),
SIGTSTP
);
161
old_tstp = signal(
SIGTSTP
, SIG_DFL);
162
sigsetmask(mask & ~sigmask(
SIGTSTP
));
163
signal(
SIGTSTP
, old_tstp);
168
sigtstp
(int sig)
function
569
signal(
SIGTSTP
,
sigtstp
);
/src/games/snake/snake/
snake.c
979
kill(getpid(),
SIGTSTP
);
/src/external/bsd/tmux/dist/
client.c
563
if (sigaction(
SIGTSTP
, &sigact, NULL) != 0)
796
if (sigaction(
SIGTSTP
, &sigact, NULL) != 0)
799
kill(getpid(),
SIGTSTP
);
/src/sys/sys/
signal.h
70
#define
SIGTSTP
18 /* stop signal from tty */
/src/games/canfield/canfield/
canfield.c
1385
#ifndef
SIGTSTP
1396
kill(getpid(),
SIGTSTP
);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c
515
#ifdef
SIGTSTP
516
kill (getpid (),
SIGTSTP
);
1203
#ifdef
SIGTSTP
1204
signal (
SIGTSTP
, handle_TSTP);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c
515
#ifdef
SIGTSTP
516
kill (getpid (),
SIGTSTP
);
1203
#ifdef
SIGTSTP
1204
signal (
SIGTSTP
, handle_TSTP);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c
532
#ifdef
SIGTSTP
533
kill (getpid (),
SIGTSTP
);
1219
#ifdef
SIGTSTP
1220
signal (
SIGTSTP
, handle_TSTP);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c
532
#ifdef
SIGTSTP
533
kill (getpid (),
SIGTSTP
);
1219
#ifdef
SIGTSTP
1220
signal (
SIGTSTP
, handle_TSTP);
/src/crypto/external/bsd/openssh/dist/
clientloop.c
782
kill(getpid(),
SIGTSTP
);
Completed in 56 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026