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

  /src/usr.bin/mail/
sig.h 42 sig_t sig_current(int);
collect.c 364 sig_t volatile old_sigint = sig_current(SIGINT);
365 sig_t volatile old_sighup = sig_current(SIGHUP);
366 sig_t volatile old_sigtstp = sig_current(SIGTSTP);
367 sig_t volatile old_sigttin = sig_current(SIGTTIN);
368 sig_t volatile old_sigttou = sig_current(SIGTTOU);
sig.c 165 sig_current(int signo) function in typeref:typename:PUBLIC sig_t
cmd1.c 453 sig_t volatile oldsigpipe = sig_current(SIGPIPE);

Completed in 14 milliseconds