Searched refs:savetstp (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/usr.bin/mail/ |
| HD | tty.c | 57 sig_t savetstp; in grabh() local 63 savetstp = signal(SIGTSTP, SIG_DFL); in grabh() 98 signal(SIGTSTP, savetstp); in grabh()
|
| HD | collect.c | 58 static sig_t savetstp; /* Previous SIGTSTP value */ variable 91 savetstp = signal(SIGTSTP, collstop); in collect() 480 signal(SIGTSTP, savetstp); in collect()
|
| /dragonfly/lib/libc/gen/ |
| HD | readpassphrase.c | 50 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local 119 _sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 157 _sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()
|
| /dragonfly/contrib/libarchive/libarchive_fe/ |
| HD | passphrase.c | 175 struct sigaction savetstp, savettin, savettou, savepipe; in readpassphrase() local 239 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 285 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase()
|