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

/netbsd-6-1-5-RELEASE/usr.bin/apply/
H A Dapply.c208 sig_t intsave, quitsave; local
233 intsave = signal(SIGINT, SIG_IGN);
237 (void)signal(SIGINT, intsave);

Completed in 55 milliseconds