Searched refs:hook_pre (Results 1 – 4 of 4) sorted by relevance
170 c->hook_pre = NULL; in add_cmd()599 (*list)->hookee_pre->hook_pre = 0; /* Hook slips out of its mouth */ in delete_cmd()613 c->next->hookee_pre->hook_pre = 0; /* hooked cmd gets away. */ in delete_cmd()777 if (c->hook_pre || c->hook_post) in help_cmd()781 if (c->hook_pre) in help_cmd()784 c->hook_pre->name); in help_cmd()
121 struct cmd_list_element *hook_pre; member
220 if ((c->hook_pre) && (!c->hook_in)) in execute_cmd_pre_hook()224 execute_user_command (c->hook_pre, (char *) 0); in execute_cmd_pre_hook()1173 hookc->hook_pre = newc; /* Target gets hooked. */ in define_command()
969 to hook_pre and hookee_pre respectively. Added hook_post and hookee_post976 * infrun.c (normal_stop): Change references to hook_pre from hook.