Searched refs:cmd_count (Results 1 – 2 of 2) sorted by relevance
42 uint32_t cmd_count; /* Count of cmds supported */ member
249 for (i = 0U; i < p_shell->cmd_count; i++) { in shell_find_cmd()654 p_shell->cmd_count = ARRAY_SIZE(shell_cmds); in shell_init()674 p_shell->cmd_count, __func__); in shell_cmd_help()677 if (p_shell->cmd_count == 0U) { in shell_cmd_help()684 for (j = 0U; j < p_shell->cmd_count; j++) { in shell_cmd_help()
Completed in 6 milliseconds