Lines Matching refs:help_entry
517 const struct shell_static_entry *help_entry) in exec_cmd() argument
522 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() argument
590 *help_entry = *entry; in active_cmd_prepare()
633 struct shell_static_entry help_entry; in execute() local
665 active_cmd_prepare(parent, &sh->ctx->active_cmd, &help_entry, in execute()
669 help_entry.help = NULL; in execute()
692 if (help_entry.help) { in execute()
693 sh->ctx->active_cmd = help_entry; in execute()
740 &help_entry, &cmd_lvl, in execute()
807 &argv[cmd_with_handler_lvl], &help_entry); in execute()