Searched refs:SIGINT (Results 1 – 3 of 3) sorted by relevance
23 #define SIGINT 2 macro
54 { 0x500, SIGINT }, /* interrupt */
347 signal(SIGINT, SIG_DFL); in os_sigint_handler()348 raise(SIGINT); in os_sigint_handler()417 signal(SIGINT, os_sigint_handler); in os_tty_raw()
Completed in 8 milliseconds