Searched refs:command_loop_hook (Results 1 – 5 of 5) sorted by relevance
134 command_loop_hook = mi1_command_loop; in mi_interpreter_resume()136 command_loop_hook = mi2_command_loop; in mi_interpreter_resume()138 command_loop_hook = mi3_command_loop; in mi_interpreter_resume()140 command_loop_hook = mi2_command_loop; in mi_interpreter_resume()
273 if (command_loop_hook != NULL) in current_interp_command_loop()274 command_loop_hook (); in current_interp_command_loop()345 command_loop_hook = 0; in clear_interpreter_hooks()
782 if (command_loop_hook) in captured_main()783 command_loop_hook (); in captured_main()
1212 extern void (*command_loop_hook) (void);
207 void (*command_loop_hook) (void); variable