Searched refs:chars_to_delete (Results 1 – 1 of 1) sorted by relevance
177 uint16_t chars_to_delete; in z_shell_op_word_remove() local180 chars_to_delete = 0U; in z_shell_op_word_remove()184 ++chars_to_delete; in z_shell_op_word_remove()189 ++chars_to_delete; in z_shell_op_word_remove()194 memmove(str + 1, str + 1 + chars_to_delete, in z_shell_op_word_remove()195 sh->ctx->cmd_buff_len - chars_to_delete); in z_shell_op_word_remove()196 sh->ctx->cmd_buff_len -= chars_to_delete; in z_shell_op_word_remove()200 z_shell_op_cursor_move(sh, -chars_to_delete); in z_shell_op_word_remove()