Searched refs:call_command_hook (Results 1 – 4 of 4) sorted by relevance
277 void (*call_command_hook) (struct cmd_list_element * c, char *cmd, variable740 else if (call_command_hook) in execute_command()741 call_command_hook (c, arg, from_tty & caution); in execute_command()
342 call_command_hook = 0; in clear_interpreter_hooks()
1241 extern void (*call_command_hook) (struct cmd_list_element * c,
361 call_command_hook = 0; in mi_command_loop()