Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c52 static SIGTYPE (*oldsigquit)(); /* old value of quit signal */
53 static SIGTYPE (*oldsigtstp)(); /* old value of terminal stop signal */
H A Dmypopen.c45 static SIGTYPE (*tstat)();
91 SIGTYPE (*hstat)(), (*istat)(), (*qstat)(); in mypclose()
H A Dinput.c46 SIGTYPE
67 SIGTYPE (*volatile savesig)() = SIG_DFL; /* old value of signal */ in mygetch()
H A Ddisplay.c378 SIGTYPE
389 SIGTYPE (*volatile savesig)() = SIG_DFL; /* old value of signal */ in search()
H A Dglobal.h43 #define SIGTYPE void macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c120 #ifndef SIGTYPE
121 #define SIGTYPE void macro
217 SIGTYPE sigalrm __P((int signo));
218 SIGTYPE sigint __P((int signo));
219 SIGTYPE sigterm __P((int signo));
220 SIGTYPE sighup __P((int signo));
529 SIGTYPE sigalrm(signo) in sigalrm()
559 SIGTYPE sigint(signo) in sigint()
565 SIGTYPE sigterm(signo) in sigterm()
571 SIGTYPE sighup(signo) in sighup()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h878 #ifndef SIGTYPE
880 #define SIGTYPE void macro
882 #define SIGTYPE int macro