Searched defs:sigint (Results 1 - 4 of 4) sorted by relevance

/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 14 milliseconds