Lines Matching refs:help_entry
522 const struct shell_static_entry *help_entry) in exec_cmd() argument
527 if ((help_entry != NULL) && IS_ENABLED(CONFIG_SHELL_HELP)) { in exec_cmd()
528 if (help_entry->help == NULL) { in exec_cmd()
531 if (help_entry->help != sh->ctx->active_cmd.help) { in exec_cmd()
532 sh->ctx->active_cmd = *help_entry; in exec_cmd()
578 struct shell_static_entry *help_entry, in active_cmd_prepare() argument
595 *help_entry = *entry; in active_cmd_prepare()
638 struct shell_static_entry help_entry; in execute() local
670 active_cmd_prepare(parent, &sh->ctx->active_cmd, &help_entry, in execute()
674 help_entry.help = NULL; in execute()
697 if (help_entry.help) { in execute()
698 sh->ctx->active_cmd = help_entry; in execute()
745 &help_entry, &cmd_lvl, in execute()
812 &argv[cmd_with_handler_lvl], &help_entry); in execute()