Searched refs:savetstp (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c61 struct sigaction savetstp, savettin, savettou, savepipe; local
103 (void)sigaction(SIGTSTP, &sa, &savetstp);
161 (void)sigaction(SIGTSTP, &savetstp, NULL);
/freebsd-9.3-release/lib/libc/gen/
H A Dreadpassphrase.c52 struct sigaction savetstp, savettin, savettou, savepipe; local
113 (void)_sigaction(SIGTSTP, &sa, &savetstp);
151 (void)_sigaction(SIGTSTP, &savetstp, NULL);
/freebsd-9.3-release/usr.bin/mail/
H A Dtty.c64 sig_t savetstp; local
76 savetstp = signal(SIGTSTP, SIG_DFL);
141 (void)signal(SIGTSTP, savetstp);
H A Dcollect.c62 static sig_t savetstp; /* Previous SIGTSTP value */ variable
95 savetstp = signal(SIGTSTP, collstop);
485 (void)signal(SIGTSTP, savetstp);

Completed in 62 milliseconds