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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c54 static SIGTYPE (*oldsigquit)(); /* old value of quit signal */
55 static SIGTYPE (*oldsigtstp)(); /* old value of terminal stop signal */
H A Dmypopen.c40 #include "global.h" /* pid_t, SIGTYPE, shell, and basename() */
47 static SIGTYPE (*tstat)();
93 SIGTYPE (*hstat)(), (*istat)(), (*qstat)();
H A Dinput.c46 SIGTYPE
67 SIGTYPE (*volatile savesig)() = SIG_DFL; /* old value of signal */
H A Dglobal.h43 #define SIGTYPE void macro
H A Ddisplay.c378 SIGTYPE
389 SIGTYPE (*volatile savesig)() = SIG_DFL; /* old value of signal */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c126 #ifndef SIGTYPE
127 #define SIGTYPE void macro
223 SIGTYPE sigalrm __P((int signo));
224 SIGTYPE sigint __P((int signo));
225 SIGTYPE sigterm __P((int signo));
226 SIGTYPE sighup __P((int signo));
535 SIGTYPE sigalrm(signo)
565 SIGTYPE sigint(signo)
571 SIGTYPE sigterm(signo)
577 SIGTYPE sighu
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h871 #ifndef SIGTYPE
873 #define SIGTYPE void macro
875 #define SIGTYPE int macro
877 #endif /* SIGTYPE */

Completed in 67 milliseconds