Searched refs:deprecated_call_command_hook (Results 1 – 3 of 3) sorted by relevance
293 void (*deprecated_call_command_hook) (struct cmd_list_element * c, char *cmd, variable447 else if (deprecated_call_command_hook) in execute_command()448 deprecated_call_command_hook (c, arg, from_tty & caution); in execute_command()
340 deprecated_call_command_hook = 0; in clear_interpreter_hooks()
1119 extern void (*deprecated_call_command_hook) (struct cmd_list_element * c,