Searched refs:deprecated_call_command_hook (Results 1 – 5 of 5) sorted by relevance
278 void (*deprecated_call_command_hook) (struct cmd_list_element * c, char *cmd, variable730 else if (deprecated_call_command_hook) in execute_command()731 deprecated_call_command_hook (c, arg, from_tty & caution); in execute_command()
340 deprecated_call_command_hook = 0; in clear_interpreter_hooks()
1216 extern void (*deprecated_call_command_hook) (struct cmd_list_element * c,
7523 (deprecated_call_command_hook, deprecated_set_hook)
353 deprecated_call_command_hook = 0; in mi_command_loop()