Searched refs:Sigint (Results 1 – 4 of 4) sorted by relevance
98 struct sigaction Sigint; /* SIGINT */ variable
153 extern struct sigaction Sigint; /* SIGINT */
623 (void) sigaction(SIGINT, &Sigint, NULL);
104 (void) sigaction(SIGINT, NULL, &Sigint); in main()