OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldsig
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/battlestar/
fly.c
54
static sig_t
oldsig
;
variable in typeref:typename:sig_t
67
if (
oldsig
== SIG_DFL) {
71
if (
oldsig
!= SIG_IGN) {
73
(*
oldsig
) (SIGINT);
85
oldsig
= signal(SIGINT, succumb);
298
signal(SIGINT,
oldsig
);
/src/usr.bin/tcopy/
tcopy.c
81
sig_t
oldsig
;
local in function:main
148
if ((
oldsig
= signal(SIGINT, SIG_IGN)) != SIG_IGN)
220
(void)signal(SIGINT,
oldsig
);
Completed in 12 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025