Searched refs:pre_show_hook (Results 1 – 4 of 4) sorted by relevance
266 if (c->pre_show_hook) in do_setshow_command()267 (c->pre_show_hook) (c); in do_setshow_command()
118 void (*pre_show_hook) (struct cmd_list_element *c); member
169 c->pre_show_hook = NULL; in add_cmd()
232 * cli/cli-decode.c (add_cmd): Initialize pre_show_hook in1218 * cli/cli-decode.h (cmd_list_element): Added pre_show_hook.1220 * cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.1231 (cmd_list_element): Added pre_show_hook.