Searched refs:hookee_post (Results 1 – 3 of 3) sorted by relevance
184 c->hookee_post = NULL; in add_cmd()514 if ((*list)->hookee_post) in delete_cmd()515 (*list)->hookee_post->hook_post = 0; /* Hook slips out of its bottom */ in delete_cmd()528 if (c->next->hookee_post) in delete_cmd()529 c->next->hookee_post->hook_post = 0; /* remove post hook */ in delete_cmd()
189 struct cmd_list_element *hookee_post; member
1166 newc->hookee_post = hookc; /* We are marked as hooking target cmd. */ in define_command()