Searched defs:sigint (Results 1 – 6 of 6) sorted by relevance
271 const char* const sigint = BC_DEFAULT_SIGINT_RESET ? "to reset" : local291 const char* const sigint = DC_DEFAULT_SIGINT_RESET ? "to reset" : local
36 lws_glib_tag_t sigint; member
57 static void sigint(int arg) in sigint() function
37 let sigint = unsafe { install_sigint() }; in main() localVariable
85 def sigint(self, *args): member in ShellWindow
76 static int sigint = 0; variable