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

/freebsd-12-stable/usr.bin/apply/
H A Dapply.c224 sig_t intsave, quitsave; local
239 intsave = signal(SIGINT, SIG_IGN);
243 (void)signal(SIGINT, intsave);

Completed in 58 milliseconds