/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);
|
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);
|
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);
|
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);
|