Searched refs:str_start (Results 1 – 1 of 1) sorted by relevance
171 char *str_start = &sh->ctx->cmd_buff[0]; in z_shell_op_word_remove() local178 while ((str >= str_start) && (*str == ' ')) { in z_shell_op_word_remove()183 while ((str >= str_start) && (*str != ' ')) { in z_shell_op_word_remove()