Searched refs:help_entry (Results 1 – 1 of 1) sorted by relevance
522 const struct shell_static_entry *help_entry) in exec_cmd() argument528 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() argument595 *help_entry = *entry; in active_cmd_prepare()638 struct shell_static_entry help_entry; in execute() local674 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