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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c1043 ** being the sig) then the old signal handler (Oldsh) is called
1068 static sigfunc_t volatile Oldsh = SIG_DFL; variable
1084 Oldsh = Oldsh_term;
1104 ** being the sig) then the old signal handler (Oldsh) is called to
1136 Oldsh = Oldsh_hup;
1477 ** Oldsh* will get called too by runners_sig* (if it is not SIG_IGN
1699 if (Oldsh != SIG_DFL && Oldsh != SIG_IGN &&
1700 Oldsh != runners_sighup &&
1701 Oldsh !
[all...]

Completed in 1538 milliseconds