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

/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c1086 static sigfunc_t Oldsh_hup = SIG_DFL; variable
1155 Oldsh = Oldsh_hup;
1162 if (Oldsh_hup != SIG_DFL && Oldsh_hup != SIG_IGN &&
1163 Oldsh_hup != runners_sighup)
1164 (*Oldsh_hup)(sig);
1512 Oldsh_hup = cursh;

Completed in 505 milliseconds