Home
last modified time | relevance | path

Searched refs:savetstp (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libc/gen/
H A Dreadpassphrase.c47 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 Dfio.c196 struct sigaction savetstp; in readline() local
222 (void)sigaction(SIGTSTP, &act, &savetstp); in readline()
244 (void)sigaction(SIGTSTP, &savetstp, NULL); in readline()
H A Dtty.c81 struct sigaction savetstp; in grabh() local
91 (void)sigaction(SIGTSTP, &act, &savetstp); in grabh()
149 (void)sigaction(SIGTSTP, &savetstp, NULL); in grabh()