Lines Matching refs:shell_static_entry

121 static inline const struct shell_static_entry *
249 const struct shell_static_entry **cmd, in tab_prepare()
252 struct shell_static_entry *d_entry) in tab_prepare()
321 const struct shell_static_entry *cmd, in find_completion_candidates()
326 const struct shell_static_entry *candidate; in find_completion_candidates()
327 struct shell_static_entry dloc; in find_completion_candidates()
352 const struct shell_static_entry *cmd, in autocomplete()
356 const struct shell_static_entry *match; in autocomplete()
421 const struct shell_static_entry *cmd, in tab_options_print()
425 const struct shell_static_entry *match; in tab_options_print()
453 const struct shell_static_entry *cmd, in common_beginning_find()
457 struct shell_static_entry dynamic_entry; in common_beginning_find()
458 const struct shell_static_entry *match; in common_beginning_find()
472 struct shell_static_entry dynamic_entry2; in common_beginning_find()
473 const struct shell_static_entry *match2; in common_beginning_find()
493 const struct shell_static_entry *cmd, in partial_autocomplete()
513 const struct shell_static_entry *help_entry) in exec_cmd()
567 static void active_cmd_prepare(const struct shell_static_entry *entry, in active_cmd_prepare()
568 struct shell_static_entry *active_cmd, in active_cmd_prepare()
569 struct shell_static_entry *help_entry, in active_cmd_prepare()
591 const struct shell_static_entry *entry) in wildcard_check_report()
625 struct shell_static_entry dloc; /* Memory for dynamic commands. */ in execute()
627 const struct shell_static_entry *parent = selected_cmd_get(sh); in execute()
628 const struct shell_static_entry *entry = NULL; in execute()
629 struct shell_static_entry help_entry; in execute()
825 struct shell_static_entry d_entry; in tab_handle()
826 const struct shell_static_entry *cmd; in tab_handle()
1874 const struct shell_static_entry *entry; in cmd_help()