Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c63 z_shell_help_cmd_print(sh, &sh->ctx->active_cmd); in shell_internal_help_print()
64 z_shell_help_subcmd_print(sh, &sh->ctx->active_cmd, in shell_internal_help_print()
84 sh->ctx->active_cmd.syntax); in cmd_precheck()
367 match = z_shell_cmd_get(cmd, subcmd_idx, &sh->ctx->active_cmd); in autocomplete()
440 match = z_shell_cmd_get(cmd, idx, &sh->ctx->active_cmd); in tab_options_print()
521 if (sh->ctx->active_cmd.handler == 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()
540 if (sh->ctx->active_cmd.args.mandatory) { in exec_cmd()
541 uint32_t mand = sh->ctx->active_cmd.args.mandatory; in exec_cmd()
[all …]
/Zephyr-latest/include/zephyr/shell/
Dshell.h846 struct shell_static_entry active_cmd; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3005 sh->ctx->active_cmd.syntax); in cmd_per_adv_set_info_transfer()
3558 sh->ctx->active_cmd.syntax); in cmd_conn_update()
3606 sh->ctx->active_cmd.syntax); in cmd_conn_data_len_update()
3650 sh->ctx->active_cmd.syntax); in cmd_conn_phy_update()