Lines Matching refs:shell_static_entry

116 static inline const struct shell_static_entry *
253 const struct shell_static_entry **cmd, in tab_prepare()
256 struct shell_static_entry *d_entry) in tab_prepare()
325 const struct shell_static_entry *cmd, in find_completion_candidates()
330 const struct shell_static_entry *candidate; in find_completion_candidates()
331 struct shell_static_entry dloc; in find_completion_candidates()
356 const struct shell_static_entry *cmd, in autocomplete()
360 const struct shell_static_entry *match; in autocomplete()
425 const struct shell_static_entry *cmd, in tab_options_print()
429 const struct shell_static_entry *match; in tab_options_print()
457 const struct shell_static_entry *cmd, in common_beginning_find()
461 struct shell_static_entry dynamic_entry; in common_beginning_find()
462 const struct shell_static_entry *match; in common_beginning_find()
476 struct shell_static_entry dynamic_entry2; in common_beginning_find()
477 const struct shell_static_entry *match2; in common_beginning_find()
497 const struct shell_static_entry *cmd, in partial_autocomplete()
517 const struct shell_static_entry *help_entry) in exec_cmd()
571 static void active_cmd_prepare(const struct shell_static_entry *entry, in active_cmd_prepare()
572 struct shell_static_entry *active_cmd, in active_cmd_prepare()
573 struct shell_static_entry *help_entry, in active_cmd_prepare()
595 const struct shell_static_entry *entry) in wildcard_check_report()
629 struct shell_static_entry dloc; /* Memory for dynamic commands. */ in execute()
631 const struct shell_static_entry *parent = selected_cmd_get(sh); in execute()
632 const struct shell_static_entry *entry = NULL; in execute()
633 struct shell_static_entry help_entry; in execute()
814 struct shell_static_entry d_entry; in tab_handle()
815 const struct shell_static_entry *cmd; in tab_handle()
1864 const struct shell_static_entry *entry; in cmd_help()