Searched refs:saveint (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/mail/ |
H A D | fio.c | 199 struct sigaction saveint; in readline() local 214 if (sigaction(SIGINT, NULL, &saveint) == 0 && in readline() 215 saveint.sa_handler != SIG_IGN) { in readline() 216 (void)sigaction(SIGINT, &act, &saveint); in readline() 242 (void)sigaction(SIGINT, &saveint, NULL); in readline()
|
H A D | tty.c | 173 struct sigaction act, saveint; in readtty() local 201 (void)sigaction(SIGINT, &act, &saveint); in readtty() 238 (void)sigaction(SIGINT, &saveint, NULL); in readtty()
|
H A D | send.c | 66 struct sigaction act, saveint; in sendmessage() local 75 (void)sigaction(SIGINT, &act, &saveint); in sendmessage() 250 (void)sigaction(SIGINT, &saveint, NULL); in sendmessage()
|
/openbsd/lib/libc/gen/ |
H A D | readpassphrase.c | 46 struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm; in readpassphrase() local 104 (void)sigaction(SIGINT, &sa, &saveint); in readpassphrase() 146 (void)sigaction(SIGINT, &saveint, NULL); in readpassphrase()
|
/openbsd/usr.bin/passwd/ |
H A D | local_passwd.c | 177 sig_t saveint, savequit; in getnewpasswd() local 179 saveint = signal(SIGINT, kbintr); in getnewpasswd() 234 (void)signal(SIGINT, saveint); in getnewpasswd()
|