Home
last modified time | relevance | path

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

/subsys/shell/
A Dshell.c522 const struct shell_static_entry *help_entry) in exec_cmd() argument
528 if (help_entry->help == NULL) { 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
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()
[all …]

Completed in 14 milliseconds