Home
last modified time | relevance | path

Searched refs:help_entry (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/shell/
Dshell.c518 const struct shell_static_entry *help_entry) in exec_cmd() argument
523 if ((help_entry != NULL) && IS_ENABLED(CONFIG_SHELL_HELP)) { in exec_cmd()
524 if (help_entry->help == NULL) { in exec_cmd()
527 if (help_entry->help != sh->ctx->active_cmd.help) { in exec_cmd()
528 sh->ctx->active_cmd = *help_entry; in exec_cmd()
574 struct shell_static_entry *help_entry, in active_cmd_prepare() argument
591 *help_entry = *entry; in active_cmd_prepare()
634 struct shell_static_entry help_entry; in execute() local
666 active_cmd_prepare(parent, &sh->ctx->active_cmd, &help_entry, in execute()
670 help_entry.help = NULL; in execute()
[all …]