Lines Matching full:commands
46 * @internal @brief Function for searching and adding commands to the temporary
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
54 * commands.
63 * @retval WILDCARD_CMD_ADDED All matching commands added to the buffer.
64 * @retval WILDCARD_CMD_ADDED_MISSING_SPACE Not all matching commands added
88 " expand all commands matching" in commands_expand()
123 * - wildcard command is on the deepest commands level in z_shell_wildcard_prepare()
124 * - other commands on the same level as wildcard command shall also not in z_shell_wildcard_prepare()
138 * buffer with all expanded commands is copied to Command buffer. in z_shell_wildcard_prepare()
139 * 7. Deepest found handler is executed and all lower level commands, in z_shell_wildcard_prepare()
140 * including expanded commands, are passed as arguments. in z_shell_wildcard_prepare()
150 * It will allow to find wildcard commands easily with strstr function. 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()