Home
last modified time | relevance | path

Searched refs:sigint (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dedit.c97 void (*sigint)(int), (*sigquit)(int); in edit1() local
109 sigint = sigset(SIGINT, SIG_IGN); in edit1()
177 if (sigint != SIG_IGN) in edit1()
257 sigset(SIGINT, sigint); in edit1()
H A Dcmd4.c64 void (*sigint)(int), (*sigpipe)(int); in dopipe() local
129 sigint = sigset(SIGINT, SIG_IGN); in dopipe()
146 sigset(SIGINT, sigint); in dopipe()
171 sigset(SIGINT, sigint); in dopipe()
179 sigset(SIGINT, sigint); in dopipe()
H A Dtranslate.c42 void (*sigint)(int), (*sigquit)(int); in translate() local
71 sigint = sigset(SIGINT, SIG_IGN); in translate()
104 sigset(SIGINT, sigint); in translate()
H A Dcollect.c103 void (*sigpipe)(int), (*sigint)(int); in collect() local
543 sigset(SIGINT, sigint); in collect()
552 sigset(SIGINT, sigint); in collect()
660 sigset(SIGINT, sigint); in collect()
789 sigset(SIGINT, sigint); in exwrite()
840 void (*sigint)(int); in mesedit() local
904 sigint = sigset(SIGINT, SIG_IGN); in mesedit()
910 sigset(SIGINT, sigint); in mesedit()
1001 void (*sigint)(int); in mespipe() local
1043 sigint = sigset(SIGINT, SIG_IGN); in mespipe()
[all …]
H A Dcmd1.c445 void (*sigint)(int), (*sigpipe)(int); in type1() local
471 sigint = sigset(SIGINT, SIG_IGN); in type1()
491 sigset(SIGINT, sigint); in type1()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocclose.c70 if (p->sigint != SIG_IGN) in procclose()
71 signal(SIGINT, p->sigint); in procclose()
H A Dprocopen.c518 proc->sigint = signal(SIGINT, SIG_IGN); in procopen()
542 if (proc->sigint != SIG_IGN) in procopen()
544 proc->sigint = SIG_DFL; in procopen()
545 signal(SIGINT, proc->sigint); in procopen()
810 proc->sigint = signal(SIGINT, SIG_IGN); in procopen()
897 if (proc->sigint != SIG_IGN) in procopen()
898 signal(SIGINT, proc->sigint); in procopen()
H A Dproclib.h52 Sig_handler_t sigint; /* PROC_FOREGROUND SIG_IGN */ \
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c371 sigint(),
440 signal(SIGINT, sigint); in main()
441 signal(SIGQUIT, sigint); in main()
625 sigint() in sigint() function
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c77 sigact.sa_handler = sigint; in poll_data()
184 sigint(int s __unused) in sigint() function
H A Dtmsig.c109 sigact.sa_handler = sigint; in child_sigcatch()
H A Dtmextern.h115 extern void sigint(int);
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c151 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()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c118 static void sigint(int sig);
153 sigint(int sig) in sigint() function
639 (void) signal(SIGINT, sigint); in main()
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c145 static void sigint(int sig);
173 sigint(int sig) in sigint() function
381 (void) signal(SIGINT, sigint); in main()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c102 void (*sigint)(int); variable
819 signal(SIGINT,sigint); signal(SIGQUIT,sigquit); in callunix()
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c308 void sigalrm(), sigint(); in main()
319 (void) signal(SIGINT, sigint); in main()
654 sigint() in sigint() function
686 (void) signal(SIGINT, sigint); in sigint()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c218 SIGTYPE sigint __P((int signo));
559 SIGTYPE sigint(signo) in sigint() function
579 signal(SIGINT, sigint); in init()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c180 static void sigint(int sig);
723 if (signal(SIGINT, sigint) == SIG_IGN) in main()
6795 sigint(int sig) in sigint() function