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

/ast/src/lib/libast/misc/
H A Dproclib.h52 Sig_handler_t sigint; /* PROC_FOREGROUND SIG_IGN */ \
H A Dprocclose.c70 if (p->sigint != SIG_IGN)
71 signal(SIGINT, p->sigint);
H A Dprocopen.c518 proc->sigint = signal(SIGINT, SIG_IGN);
542 if (proc->sigint != SIG_IGN)
544 proc->sigint = SIG_DFL;
545 signal(SIGINT, proc->sigint);
810 proc->sigint = signal(SIGINT, SIG_IGN);
897 if (proc->sigint != SIG_IGN)
898 signal(SIGINT, proc->sigint);
/ast/src/lib/libcodex/
H A Dcodexgetpass.c42 Sig_handler_t sigint; local
52 sigint = signal(SIGINT, SIG_IGN);
70 signal(SIGINT, sigint);
/ast/src/cmd/mailx/
H A Dedit.c87 sig_t sigint; local
108 sigint = signal(SIGINT, SIG_IGN);
121 signal(SIGINT, sigint);
H A Dcollect.c179 sig_t sigint; local
182 sigint = signal(SIGINT, SIG_IGN);
188 signal(SIGINT, sigint);
201 sig_t sigint = signal(SIGINT, SIG_IGN); local
226 signal(SIGINT, sigint);
382 if ((state.collect.sigint = signal(SIGINT, SIG_IGN)) != SIG_IGN)
797 signal(SIGINT, state.collect.sigint);
H A Dmailx.h674 sig_t sigint; /* Previous SIGINT value */ member in struct:__anon136::__anon137

Completed in 31 milliseconds