Searched refs:sigret_t (Results 1 – 2 of 2) sorted by relevance
26 typedef void sigret_t; typedef30 static sigret_t (*sig_cont)(int);32 static sigret_t print_prompt(int sig __SS_ATTR((unused))) in print_prompt()42 static sigret_t listen_int_handler(int sig __SS_ATTR((unused))) in listen_int_handler()53 sigret_t (*sig_int)(int), (*old_sig_cont)(int); in ss_listen()62 sig_cont = (sigret_t (*)(int)) 0; in ss_listen()
19 typedef void sigret_t; typedef33 sigret_t (*func)(int); in ss_list_requests()