Searched refs:t_handler (Results 1 – 3 of 3) sorted by relevance
144 typedef enum { HDLR_SCREEN, HDLR_KEYS } t_handler; typedef248 void reg_handler(t_handler htype, void *handler); // Register handler250 void unreg_handler(t_handler htype);
842 void reg_handler(t_handler htype, void *handler) in reg_handler()855 void unreg_handler(t_handler htype) in unreg_handler()
1186 std::terminate_handler t_handler; in __cxa_call_unexpected() local1193 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()1207 t_handler = std::get_terminate(); in __cxa_call_unexpected()1234 std::__terminate(t_handler); in __cxa_call_unexpected()1245 std::__terminate(t_handler); in __cxa_call_unexpected()1301 std::__terminate(t_handler); in __cxa_call_unexpected()