Home
last modified time | relevance | path

Searched refs:saved_handlers (Results 1 – 1 of 1) sorted by relevance

/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c617 saved_handlers[0].code = SIGINT; in sys_suspend()
618 saved_handlers[1].code = SIGQUIT; in sys_suspend()
621 saved_handlers[3].code = SIGIO; in sys_suspend()
622 saved_handlers[4].code = 0; in sys_suspend()
624 saved_handlers[3].code = 0; in sys_suspend()
679 while (saved_handlers->code)
681 saved_handlers->handler
683 saved_handlers++;
690 while (saved_handlers->code)
692 signal (saved_handlers->code, saved_handlers->handler);
[all …]