Searched refs:help_entry (Results 1 – 1 of 1) sorted by relevance
518 const struct shell_static_entry *help_entry) in exec_cmd() argument523 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() argument591 *help_entry = *entry; in active_cmd_prepare()634 struct shell_static_entry help_entry; in execute() local666 active_cmd_prepare(parent, &sh->ctx->active_cmd, &help_entry, in execute()670 help_entry.help = NULL; in execute()[all …]