Searched refs:savetstp (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libc/gen/ |
H A D | readpassphrase.c | 47 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local 108 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 150 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()
|
/openbsd/usr.bin/mail/ |
H A D | fio.c | 196 struct sigaction savetstp; in readline() local 222 (void)sigaction(SIGTSTP, &act, &savetstp); in readline() 244 (void)sigaction(SIGTSTP, &savetstp, NULL); in readline()
|
H A D | tty.c | 81 struct sigaction savetstp; in grabh() local 91 (void)sigaction(SIGTSTP, &act, &savetstp); in grabh() 149 (void)sigaction(SIGTSTP, &savetstp, NULL); in grabh()
|