Searched defs:shell_cmd (Results 1 – 2 of 2) sorted by relevance
35 struct shell_cmd struct38 shell_cmd_func_t sc_cmd_func; argument39 const struct shell_cmd_help *help; argument45 const struct shell_cmd *commands; argument
352 const struct shell_cmd *shell_cmd = &shell_module->commands[command]; in print_command_params() local