Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.c177 uint16_t chars_to_delete; in z_shell_op_word_remove() local
180 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()