Lines Matching full:matching
47 * shell buffer matching to wildcard pattern.
49 * Function will search commands tree for commands matching wildcard pattern
51 * replaced by matching commands. If there is no space in the buffer to add all
52 * matching commands function will add as many as possible. Next it will
53 * continue to search for next wildcard pattern and it will try to add matching
63 * @retval WILDCARD_CMD_ADDED All matching commands added to the buffer.
64 * @retval WILDCARD_CMD_ADDED_MISSING_SPACE Not all matching commands added
67 * @retval WILDCARD_CMD_NO_MATCH_FOUND No matching command found.
88 " expand all commands matching" in commands_expand()
135 * replaced by matching command(s). in z_shell_wildcard_prepare()
173 /* Function will search commands tree for commands matching wildcard in z_shell_wildcard_process()
175 * will be replaced by matching commands. If there is no space in the in z_shell_wildcard_process()
176 * buffer to add all matching commands function will add as many as in z_shell_wildcard_process()
178 * and it will try to add matching commands. in z_shell_wildcard_process()