Symbol: sigint
usr/src/cmd/audio/audioplay/audioplay.c
144
static void sigint(int sig);
usr/src/cmd/audio/audioplay/audioplay.c
380
(void) signal(SIGINT, sigint);
usr/src/cmd/audio/audiorecord/audiorecord.c
117
static void sigint(int sig);
usr/src/cmd/audio/audiorecord/audiorecord.c
638
(void) signal(SIGINT, sigint);
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
218
SIGTYPE sigint __P((int signo));
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
579
signal(SIGINT, sigint);
usr/src/cmd/cpio/cpio.c
180
static void sigint(int sig);
usr/src/cmd/cpio/cpio.c
723
if (signal(SIGINT, sigint) == SIG_IGN)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
308
void sigalrm(), sigint();
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
319
(void) signal(SIGINT, sigint);
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
686
(void) signal(SIGINT, sigint);
usr/src/cmd/lp/model/lp.cat.c
371
sigint(),
usr/src/cmd/lp/model/lp.cat.c
440
signal(SIGINT, sigint);
usr/src/cmd/lp/model/lp.cat.c
441
signal(SIGQUIT, sigint);
usr/src/cmd/luxadm/qlgcupdate.c
1061
void (*sigint)();
usr/src/cmd/luxadm/qlgcupdate.c
1268
sigint =
usr/src/cmd/luxadm/qlgcupdate.c
1285
(void) signal(SIGINT, sigint);
usr/src/cmd/luxadm/qlgcupdate.c
151
void (*sigint)(); /* to store default SIGTERM setting */
usr/src/cmd/luxadm/qlgcupdate.c
362
sigint =
usr/src/cmd/luxadm/qlgcupdate.c
382
(void) signal(SIGINT, sigint);
usr/src/cmd/mailx/cmd1.c
445
void (*sigint)(int), (*sigpipe)(int);
usr/src/cmd/mailx/cmd1.c
471
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/mailx/cmd1.c
491
sigset(SIGINT, sigint);
usr/src/cmd/mailx/cmd4.c
129
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/mailx/cmd4.c
146
sigset(SIGINT, sigint);
usr/src/cmd/mailx/cmd4.c
171
sigset(SIGINT, sigint);
usr/src/cmd/mailx/cmd4.c
179
sigset(SIGINT, sigint);
usr/src/cmd/mailx/cmd4.c
64
void (*sigint)(int), (*sigpipe)(int);
usr/src/cmd/mailx/collect.c
1001
void (*sigint)(int);
usr/src/cmd/mailx/collect.c
103
void (*sigpipe)(int), (*sigint)(int);
usr/src/cmd/mailx/collect.c
1043
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/mailx/collect.c
1046
sigset(SIGINT, sigint);
usr/src/cmd/mailx/collect.c
519
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/mailx/collect.c
543
sigset(SIGINT, sigint);
usr/src/cmd/mailx/collect.c
552
sigset(SIGINT, sigint);
usr/src/cmd/mailx/collect.c
647
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/mailx/collect.c
660
sigset(SIGINT, sigint);
usr/src/cmd/mailx/collect.c
774
void (*sigint)(int), (*sigpipe)(int);
usr/src/cmd/mailx/collect.c
782
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/mailx/collect.c
789
sigset(SIGINT, sigint);
usr/src/cmd/mailx/collect.c
840
void (*sigint)(int);
usr/src/cmd/mailx/collect.c
904
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/mailx/collect.c
910
sigset(SIGINT, sigint);
usr/src/cmd/mailx/edit.c
109
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/mailx/edit.c
177
if (sigint != SIG_IGN)
usr/src/cmd/mailx/edit.c
257
sigset(SIGINT, sigint);
usr/src/cmd/mailx/edit.c
97
void (*sigint)(int), (*sigquit)(int);
usr/src/cmd/mailx/translate.c
104
sigset(SIGINT, sigint);
usr/src/cmd/mailx/translate.c
42
void (*sigint)(int), (*sigquit)(int);
usr/src/cmd/mailx/translate.c
71
sigint = sigset(SIGINT, SIG_IGN);
usr/src/cmd/troff/troff.d/ta.c
102
void (*sigint)(int);
usr/src/cmd/troff/troff.d/ta.c
819
signal(SIGINT,sigint); signal(SIGQUIT,sigquit);
usr/src/cmd/ttymon/tmextern.h
115
extern void sigint(int);
usr/src/cmd/ttymon/tmpeek.c
77
sigact.sa_handler = sigint;
usr/src/cmd/ttymon/tmsig.c
109
sigact.sa_handler = sigint;