Searched refs:execute_user_command (Results 1 – 3 of 3) sorted by relevance
54 extern void execute_user_command (struct cmd_list_element *c, char *args);
224 execute_user_command (c->hook_pre, (char *) 0); in execute_cmd_pre_hook()236 execute_user_command (c->hook_post, (char *) 0); in execute_cmd_post_hook()253 execute_user_command (struct cmd_list_element *c, char *args) in execute_user_command() function
735 execute_user_command (c, arg); in execute_command()