OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sigtstp
(Results
1 - 2
of
2
) sorted by relevancy
/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 in typeref:typename:void
569
signal(
SIGTSTP
,
sigtstp
);
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 in typeref:typename:void
569
signal(
SIGTSTP
,
sigtstp
);
Completed in 22 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025