Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/shell/
Dshell_ops.c171 char *str_start = &sh->ctx->cmd_buff[0]; in z_shell_op_word_remove() local
178 while ((str >= str_start) && (*str == ' ')) { in z_shell_op_word_remove()
183 while ((str >= str_start) && (*str != ' ')) { in z_shell_op_word_remove()