Searched refs:p_cmd (Results 1 – 1 of 1) sorted by relevance
247 struct shell_cmd *p_cmd = NULL; in shell_find_cmd() local250 p_cmd = &p_shell->cmds[i]; in shell_find_cmd()252 return p_cmd; in shell_find_cmd()551 struct shell_cmd *p_cmd; in shell_process_cmd() local577 if (p_cmd == NULL) { in shell_process_cmd()666 struct shell_cmd *p_cmd = NULL; in shell_cmd_help() local685 p_cmd = &p_shell->cmds[j]; in shell_cmd_help()705 if (p_cmd->cmd_param == NULL) in shell_cmd_help()706 p_cmd->cmd_param = " "; in shell_cmd_help()710 p_cmd->str, p_cmd->cmd_param); in shell_cmd_help()[all …]
Completed in 5 milliseconds