Searched refs:shell_wildcard_status (Results 1 – 3 of 3) sorted by relevance
13 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()
12 enum shell_wildcard_status { enum47 enum shell_wildcard_status z_shell_wildcard_process(const struct shell *sh,
701 enum shell_wildcard_status status; in execute()