/titanic_44/usr/src/cmd/mailx/ |
H A D | edit.c | 99 void (*sigint)(int), (*sigquit)(int); in edit1() local 111 sigint = sigset(SIGINT, SIG_IGN); in edit1() 179 if (sigint != SIG_IGN) in edit1() 259 sigset(SIGINT, sigint); in edit1()
|
H A D | cmd4.c | 66 void (*sigint)(int), (*sigpipe)(int); in dopipe() local 131 sigint = sigset(SIGINT, SIG_IGN); in dopipe() 148 sigset(SIGINT, sigint); in dopipe() 173 sigset(SIGINT, sigint); in dopipe() 181 sigset(SIGINT, sigint); in dopipe()
|
H A D | translate.c | 44 void (*sigint)(int), (*sigquit)(int); in translate() local 73 sigint = sigset(SIGINT, SIG_IGN); in translate() 106 sigset(SIGINT, sigint); in translate()
|
H A D | collect.c | 103 void (*sigpipe)(int), (*sigint)(int); in collect() local 519 sigint = sigset(SIGINT, SIG_IGN); in collect() 543 sigset(SIGINT, sigint); in collect() 552 sigset(SIGINT, sigint); in collect() 647 sigint = sigset(SIGINT, SIG_IGN); in collect() 660 sigset(SIGINT, sigint); in collect() 774 void (*sigint)(int), (*sigpipe)(int); in exwrite() local 782 sigint = sigset(SIGINT, SIG_IGN); in exwrite() 789 sigset(SIGINT, sigint); in exwrite() 840 void (*sigint)(int); in mesedit() local [all …]
|
H A D | cmd1.c | 445 void (*sigint)(int), (*sigpipe)(int); in type1() local 471 sigint = sigset(SIGINT, SIG_IGN); in type1() 491 sigset(SIGINT, sigint); in type1()
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | under.c | 192 sig_t sigint, sigquit; local 194 sigint = sigset(SIGINT, SIG_IGN); 208 (void) sigset(SIGINT, sigint); 216 (void) sigset(SIGINT, sigint);
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmpeek.c | 51 extern void sigint(); 80 sigact.sa_handler = sigint; in poll_data() 188 sigint() in sigint() function
|
H A D | tmsig.c | 107 extern void sigint(); in child_sigcatch() 119 sigact.sa_handler = sigint; in child_sigcatch()
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | procclose.c | 68 if (p->sigint != SIG_IGN) in procclose() 69 signal(SIGINT, p->sigint); in procclose()
|
H A D | procopen.c | 474 proc->sigint = signal(SIGINT, SIG_IGN); in procopen() 496 if (proc->sigint != SIG_IGN) in procopen() 498 proc->sigint = SIG_DFL; in procopen() 499 signal(SIGINT, proc->sigint); in procopen() 748 proc->sigint = signal(SIGINT, SIG_IGN); in procopen() 828 if (proc->sigint != SIG_IGN) in procopen() 829 signal(SIGINT, proc->sigint); in procopen()
|
H A D | proclib.h | 50 Sig_handler_t sigint; /* PROC_FOREGROUND SIG_IGN */ \
|
/titanic_44/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 371 sigint(), 440 signal(SIGINT, sigint); in main() 441 signal(SIGQUIT, sigint); in main() 625 sigint() in sigint() function
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | decimal_bin.c | 207 int frac_bits, sigint; local 254 sigint = 16 * (bi.blength + bi.bexponent - 1); 255 if (sigint < 0) 256 sigint = 0; 261 sigint = 0; 263 frac_bits = significant_bits - sigint + 2;
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 151 void (*sigint)(); /* to store default SIGTERM setting */ in q_qlgc_update() local 362 sigint = in q_qlgc_update() 382 (void) signal(SIGINT, sigint); in q_qlgc_update() 1061 void (*sigint)(); in emulex_update() local 1268 sigint = in emulex_update() 1285 (void) signal(SIGINT, sigint); in emulex_update()
|
/titanic_44/usr/src/cmd/audio/audiorecord/ |
H A D | audiorecord.c | 114 static void sigint(int sig); 149 sigint(int sig) in sigint() function 635 (void) signal(SIGINT, sigint); in main()
|
/titanic_44/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 141 static void sigint(int sig); 169 sigint(int sig) in sigint() function 376 (void) signal(SIGINT, sigint); in main()
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | ta.c | 103 void (*sigint)(); variable 836 signal(SIGINT,sigint); signal(SIGQUIT,sigquit);
|
/titanic_44/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 310 void sigalrm(), sigint(); in main() 321 (void) signal(SIGINT, sigint); in main() 656 sigint() in sigint() function 688 (void) signal(SIGINT, sigint); in sigint()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 224 SIGTYPE sigint __P((int signo)); 565 SIGTYPE sigint(signo) in sigint() function 585 signal(SIGINT, sigint); in init()
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.c | 171 static void sigint(int sig); 714 if (signal(SIGINT, sigint) == SIG_IGN) in main() 6784 sigint(int sig) in sigint() function
|