Searched refs:z_shell_cmd_get (Results 1 – 5 of 5) sorted by relevance
| /subsys/shell/ |
| A D | shell_help.c | 189 while ((entry = z_shell_cmd_get(parent, idx++, &dloc)) != NULL) { in z_shell_help_subcmd_print() 205 while ((entry = z_shell_cmd_get(parent, idx++, &dloc)) != NULL) { in z_shell_help_subcmd_print()
|
| A D | shell_utils.h | 51 const struct shell_static_entry *z_shell_cmd_get(
|
| A D | shell_wildcard.c | 79 while ((entry = z_shell_cmd_get(cmd, cmd_idx++, &dloc)) != NULL) { in commands_expand()
|
| A D | shell.c | 344 while ((candidate = z_shell_cmd_get(cmd, idx, &dloc)) != NULL) { in find_completion_candidates() 372 match = z_shell_cmd_get(cmd, subcmd_idx, &sh->ctx->active_cmd); in autocomplete() 445 match = z_shell_cmd_get(cmd, idx, &sh->ctx->active_cmd); in tab_options_print() 473 match = z_shell_cmd_get(cmd, first, &dynamic_entry); in common_beginning_find() 485 match2 = z_shell_cmd_get(cmd, idx++, &dynamic_entry2); in common_beginning_find() 1857 while ((entry = z_shell_cmd_get(NULL, idx++, NULL)) != NULL) { in cmd_help()
|
| A D | shell_utils.c | 285 const struct shell_static_entry *z_shell_cmd_get( in z_shell_cmd_get() function 357 while ((entry = z_shell_cmd_get(parent, idx++, dloc)) != NULL) { in z_shell_find_cmd()
|
Completed in 8 milliseconds