Searched refs:execute_user_command (Results 1 – 3 of 3) sorted by relevance
52 extern void execute_user_command (struct cmd_list_element *c, char *args);
280 execute_user_command (c->hook_pre, (char *) 0); in execute_cmd_pre_hook()293 execute_user_command (c->hook_post, (char *) 0); in execute_cmd_post_hook()311 execute_user_command (struct cmd_list_element *c, char *args) in execute_user_command() function
474 execute_user_command (c, arg); in execute_command()