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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c1042 ** being the sig) then the old signal handler (Oldsh) is called
1067 static sigfunc_t volatile Oldsh = SIG_DFL; variable
1083 Oldsh = Oldsh_term;
1103 ** being the sig) then the old signal handler (Oldsh) is called to
1135 Oldsh = Oldsh_hup;
1476 ** Oldsh* will get called too by runners_sig* (if it is not SIG_IGN
1709 if (Oldsh != SIG_DFL && Oldsh != SIG_IGN &&
1710 Oldsh != runners_sighup &&
1711 Oldsh !
[all...]

Completed in 106 milliseconds