OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_sigint
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/mail/
tty.c
286
sig_t volatile
old_sigint
;
local in function:grabh
310
old_sigint
= sig_signal(SIGINT, tty_sigint);
370
(void)sig_signal(SIGINT,
old_sigint
);
collect.c
364
sig_t volatile
old_sigint
= sig_current(SIGINT);
local in function:collect
395
old_sigint
= sig_signal(SIGINT, coll_int);
763
(void)sig_signal(SIGINT,
old_sigint
);
complete.c
1119
static sig_t
old_sigint
;
variable in typeref:typename:sig_t
1125
old_sigint
(signo);
1148
old_sigint
= sig_signal(SIGINT, comp_intr);
1150
(void)sig_signal(SIGINT,
old_sigint
);
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025