Searched refs:ui_loop_hook (Results 1 – 6 of 6) sorted by relevance
47 extern int (*ui_loop_hook) (int);136 if (ui_loop_hook) in net_open()138 if (ui_loop_hook (0)) in net_open()
102 extern int (*ui_loop_hook) (int);586 if (ui_loop_hook) in do_hardwire_readchar()587 detach = ui_loop_hook (0); in do_hardwire_readchar()965 if (ui_loop_hook) in do_unix_readchar()967 if (ui_loop_hook (0)) in do_unix_readchar()
51 extern int (*ui_loop_hook) (int signo);639 if (ui_loop_hook != NULL) in gdb_os_poll_quit()640 ui_loop_hook (0); in gdb_os_poll_quit()
64 extern int (*ui_loop_hook) (int signo);1513 if (ui_loop_hook != NULL) in child_wait()1514 detach = ui_loop_hook (0); in child_wait()
60 extern int (*ui_loop_hook) (int signo);1423 if (ui_loop_hook != NULL) in child_wait()1424 detach = ui_loop_hook (0); in child_wait()
202 int (*ui_loop_hook) (int); variable