Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dqueue.c1116 static sigfunc_t Oldsh_term = SIG_DFL; variable
1134 Oldsh = Oldsh_term;
1141 if (Oldsh_term != SIG_DFL && Oldsh_term != SIG_IGN &&
1142 Oldsh_term != runners_sigterm)
1143 (*Oldsh_term)(sig);
1540 Oldsh_term = cursh;