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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c1065 static sigfunc_t Oldsh_term = SIG_DFL; variable
1083 Oldsh = Oldsh_term;
1090 if (Oldsh_term != SIG_DFL && Oldsh_term != SIG_IGN &&
1091 Oldsh_term != runners_sigterm)
1092 (*Oldsh_term)(sig);
1488 Oldsh_term = cursh;

Completed in 110 milliseconds