Searched refs:cmd_func_p (Results 1 – 4 of 4) sorted by relevance
327 extern int cmd_func_p (struct cmd_list_element *cmd);
728 else if (!cmd_func_p (c)) in execute_command()
7029 * top.c (execute_command): Use cmd_func() and cmd_func_p().7031 * cli/cli-decode.c (cmd_func_p): New function.7034 * command.h: Add cmd_func() and cmd_func_p().
1616 cmd_func_p (struct cmd_list_element *cmd) in cmd_func_p() function1626 if (cmd_func_p (cmd)) in cmd_func()