Searched refs:sigret_t (Results 1 – 2 of 2) sorted by relevance
25 typedef void sigret_t; typedef29 static sigret_t (*sig_cont)(int);31 static sigret_t print_prompt(int sig __SS_ATTR((unused))) in print_prompt()41 static sigret_t listen_int_handler(int sig __SS_ATTR((unused))) in listen_int_handler()52 sigret_t (*sig_int)(int), (*old_sig_cont)(int); in ss_listen()61 sig_cont = (sigret_t (*)(int)) 0; in ss_listen()
18 typedef void sigret_t; typedef37 sigret_t (*func)(int); in ss_list_requests()