HomeSort by: relevance | last modified time | path
    Searched refs:sig_restore (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/mail/
sig.h 33 int sig_restore(int, struct sigaction *, sigset_t *);
edit.c 219 (void)sig_restore(SIGINT, &osa, &oset);
cmd1.c 380 (void)sig_restore(SIGPIPE, &osa, &oset);
485 (void)sig_restore(SIGPIPE, &osa, &oset);
collect.c 142 (void)sig_restore(SIGINT, &osa, &oset);
198 (void)sig_restore(SIGINT, &osa, &oset);
sig.c 401 sig_restore(int sig, struct sigaction *osa, sigset_t *oset) function in typeref:typename:PUBLIC int
cmd3.c 157 (void)sig_restore(SIGINT, &osa, &oset);
179 (void)sig_restore(SIGINT, &osa, &oset);

Completed in 14 milliseconds