Searched refs:help_entry (Results 1 – 1 of 1) sorted by relevance
517 const struct shell_static_entry *help_entry) in exec_cmd() argument522 if ((help_entry != NULL) && IS_ENABLED(CONFIG_SHELL_HELP)) { in exec_cmd()523 if (help_entry->help == NULL) { in exec_cmd()526 if (help_entry->help != sh->ctx->active_cmd.help) { in exec_cmd()527 sh->ctx->active_cmd = *help_entry; in exec_cmd()573 struct shell_static_entry *help_entry, in active_cmd_prepare() argument590 *help_entry = *entry; in active_cmd_prepare()633 struct shell_static_entry help_entry; in execute() local665 active_cmd_prepare(parent, &sh->ctx->active_cmd, &help_entry, in execute()669 help_entry.help = NULL; in execute()[all …]