Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/shell/
Dshell_wildcard.c13 static enum shell_wildcard_status command_add(char *buff, uint16_t *buff_len, in command_add()
69 static enum shell_wildcard_status commands_expand(const struct shell *sh, in commands_expand()
73 enum shell_wildcard_status ret_val = SHELL_WILDCARD_CMD_NO_MATCH_FOUND; in commands_expand()
159 enum shell_wildcard_status z_shell_wildcard_process(const struct shell *sh, in z_shell_wildcard_process()
163 enum shell_wildcard_status ret_val = SHELL_WILDCARD_NOT_FOUND; in z_shell_wildcard_process()
Dshell_wildcard.h12 enum shell_wildcard_status { enum
47 enum shell_wildcard_status z_shell_wildcard_process(const struct shell *sh,
Dshell.c701 enum shell_wildcard_status status; in execute()