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

/illumos-gate/usr/src/cmd/mailx/
H A Dsigretro.c75 sigtype sigdisp(), sighold(), sigignore();
111 old = sigdisp(sig);
131 old = sigdisp(sig);
179 old = sigdisp(sig);
207 old = sigdisp(sig);
274 sigdisp(int sig) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c98 static sigdisp_t sigdisp(int);
148 sigdisp(int sig) function
675 if (sigdisp(SIGINT) != SIG_IGN)
677 if (sigdisp(SIGQUIT) != SIG_IGN)
679 if (sigdisp(SIGTERM) != SIG_IGN)
H A Drlogin.c181 static sigdisp_t sigdisp(int);
784 if (sigdisp(SIGHUP) != SIG_IGN)
786 if (sigdisp(SIGQUIT) != SIG_IGN)
838 sigdisp(int sig) function

Completed in 58 milliseconds