Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c64 z_shell_help_cmd_print(sh, &sh->ctx->active_cmd); in shell_internal_help_print()
65 z_shell_help_subcmd_print(sh, &sh->ctx->active_cmd, in shell_internal_help_print()
85 sh->ctx->active_cmd.syntax); in cmd_precheck()
368 match = z_shell_cmd_get(cmd, subcmd_idx, &sh->ctx->active_cmd); in autocomplete()
441 match = z_shell_cmd_get(cmd, idx, &sh->ctx->active_cmd); in tab_options_print()
522 if (sh->ctx->active_cmd.handler == NULL) { in exec_cmd()
527 if (help_entry->help != sh->ctx->active_cmd.help) { in exec_cmd()
528 sh->ctx->active_cmd = *help_entry; in exec_cmd()
541 if (sh->ctx->active_cmd.args.mandatory) { in exec_cmd()
542 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.c3000 sh->ctx->active_cmd.syntax); in cmd_per_adv_set_info_transfer()
3560 sh->ctx->active_cmd.syntax); in cmd_conn_update()
3608 sh->ctx->active_cmd.syntax); in cmd_conn_data_len_update()
3652 sh->ctx->active_cmd.syntax); in cmd_conn_phy_update()