Lines Matching refs:shell_static_entry

117 static inline const struct shell_static_entry *
254 const struct shell_static_entry **cmd, in tab_prepare()
257 struct shell_static_entry *d_entry) in tab_prepare()
326 const struct shell_static_entry *cmd, in find_completion_candidates()
331 const struct shell_static_entry *candidate; in find_completion_candidates()
332 struct shell_static_entry dloc; in find_completion_candidates()
357 const struct shell_static_entry *cmd, in autocomplete()
361 const struct shell_static_entry *match; in autocomplete()
426 const struct shell_static_entry *cmd, in tab_options_print()
430 const struct shell_static_entry *match; in tab_options_print()
458 const struct shell_static_entry *cmd, in common_beginning_find()
462 struct shell_static_entry dynamic_entry; in common_beginning_find()
463 const struct shell_static_entry *match; in common_beginning_find()
477 struct shell_static_entry dynamic_entry2; in common_beginning_find()
478 const struct shell_static_entry *match2; in common_beginning_find()
498 const struct shell_static_entry *cmd, in partial_autocomplete()
518 const struct shell_static_entry *help_entry) in exec_cmd()
572 static void active_cmd_prepare(const struct shell_static_entry *entry, in active_cmd_prepare()
573 struct shell_static_entry *active_cmd, in active_cmd_prepare()
574 struct shell_static_entry *help_entry, in active_cmd_prepare()
596 const struct shell_static_entry *entry) in wildcard_check_report()
630 struct shell_static_entry dloc; /* Memory for dynamic commands. */ in execute()
632 const struct shell_static_entry *parent = selected_cmd_get(sh); in execute()
633 const struct shell_static_entry *entry = NULL; in execute()
634 struct shell_static_entry help_entry; in execute()
815 struct shell_static_entry d_entry; in tab_handle()
816 const struct shell_static_entry *cmd; in tab_handle()
1880 const struct shell_static_entry *entry; in cmd_help()