Searched refs:deprecated_call_command_hook (Results 1 – 3 of 3) sorted by relevance
272 void (*deprecated_call_command_hook) (struct cmd_list_element * c, variable481 else if (deprecated_call_command_hook) in execute_command()482 deprecated_call_command_hook (c, arg, from_tty); in execute_command()
748 extern void (*deprecated_call_command_hook) (struct cmd_list_element * c,
387 deprecated_call_command_hook = 0; in clear_interpreter_hooks()