Searched refs:sigint (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dproclib.h50 Sig_handler_t sigint; /* PROC_FOREGROUND SIG_IGN */ \
H A Dprocclose.c68 if (p->sigint != SIG_IGN)
69 signal(SIGINT, p->sigint);
H A Dprocopen.c474 proc->sigint = signal(SIGINT, SIG_IGN);
496 if (proc->sigint != SIG_IGN)
498 proc->sigint = SIG_DFL;
499 signal(SIGINT, proc->sigint);
748 proc->sigint = signal(SIGINT, SIG_IGN);
828 if (proc->sigint != SIG_IGN)
829 signal(SIGINT, proc->sigint);
/illumos-gate/usr/src/cmd/mailx/
H A Dtranslate.c44 void (*sigint)(int), (*sigquit)(int);
73 sigint = sigset(SIGINT, SIG_IGN);
106 sigset(SIGINT, sigint);
H A Dedit.c99 void (*sigint)(int), (*sigquit)(int);
111 sigint = sigset(SIGINT, SIG_IGN);
179 if (sigint != SIG_IGN)
259 sigset(SIGINT, sigint);
H A Dcmd4.c66 void (*sigint)(int), (*sigpipe)(int);
131 sigint = sigset(SIGINT, SIG_IGN);
148 sigset(SIGINT, sigint);
173 sigset(SIGINT, sigint);
181 sigset(SIGINT, sigint);
H A Dcollect.c103 void (*sigpipe)(int), (*sigint)(int);
519 sigint = sigset(SIGINT, SIG_IGN);
543 sigset(SIGINT, sigint);
552 sigset(SIGINT, sigint);
647 sigint = sigset(SIGINT, SIG_IGN);
660 sigset(SIGINT, sigint);
774 void (*sigint)(int), (*sigpipe)(int);
782 sigint = sigset(SIGINT, SIG_IGN);
789 sigset(SIGINT, sigint);
840 void (*sigint)(in
[all...]
H A Dcmd1.c445 void (*sigint)(int), (*sigpipe)(int);
471 sigint = sigset(SIGINT, SIG_IGN);
491 sigset(SIGINT, sigint);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c51 extern void sigint();
80 sigact.sa_handler = sigint;
185 * sigint - this is called when SIGINT is caught
188 sigint() function
194 debug("in sigint");
H A Dtmsig.c107 extern void sigint();
119 sigact.sa_handler = sigint;
/illumos-gate/usr/src/cmd/rexd/
H A Dunder.c192 sig_t sigint, sigquit; local
194 sigint = sigset(SIGINT, SIG_IGN);
208 (void) sigset(SIGINT, sigint);
216 (void) sigset(SIGINT, sigint);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c371 sigint(),
440 signal(SIGINT, sigint);
441 signal(SIGQUIT, sigint);
622 * sigint() - CATCH AN INTERRUPT
625 sigint() function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddecimal_bin.c207 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;
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c151 void (*sigint)(); /* to store default SIGTERM setting */
362 sigint =
382 (void) signal(SIGINT, sigint);
1061 void (*sigint)();
1268 sigint =
1285 (void) signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c141 static void sigint(int sig);
169 sigint(int sig) function
376 (void) signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c114 static void sigint(int sig);
149 sigint(int sig) function
635 (void) signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c103 void (*sigint)(); variable
836 signal(SIGINT,sigint); signal(SIGQUIT,sigquit);
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c310 void sigalrm(), sigint();
321 (void) signal(SIGINT, sigint);
652 * sigint: catch interrupts and prompt user for shell or to quit.
656 sigint() function
688 (void) signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c224 SIGTYPE sigint __P((int signo));
565 SIGTYPE sigint(signo) function
585 signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c171 static void sigint(int sig);
714 if (signal(SIGINT, sigint) == SIG_IGN)
6777 * sigint: Catch interrupts. If an interrupt occurs during the extraction
6784 sigint(int sig) function

Completed in 383 milliseconds