Searched defs:savesig (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Djobs.h85 int savesig; /* active signal */ member in struct:jobs
126 if (!--job.in_critical && (sig = job.savesig)) \
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c80 static void (*savesig)(int); /* Previous SIGINT value */ variable
129 if ((savesig = sigset(SIGINT, SIG_IGN)) != SIG_IGN)
135 if ((savesig = sigset(SIGINT, SIG_IGN)) != SIG_IGN)
140 if ((savesig = sigset(SIGINT, SIG_IGN)) != SIG_IGN) {
747 (void) sigset(SIGINT, savesig);
1361 sigset(SIGINT, savesig);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2694 int savesig; local
2698 savesig = sm_releasesignal(SIGCHLD);
2702 if (savesig > 0)

Completed in 74 milliseconds