Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/shell/
Dshell_ops.c77 void z_shell_op_cursor_move(const struct shell *shell, int16_t val) in z_shell_op_cursor_move() function
143 z_shell_op_cursor_move(shell, sign * shift); in z_shell_op_cursor_word_move()
180 z_shell_op_cursor_move(shell, -chars_to_delete); in z_shell_op_word_remove()
189 z_shell_op_cursor_move(shell, -shell->ctx->cmd_buff_pos); in z_shell_op_cursor_home_move()
194 z_shell_op_cursor_move(shell, shell->ctx->cmd_buff_len - in z_shell_op_cursor_end_move()
201 z_shell_op_cursor_move(shell, -1); in z_shell_op_left_arrow()
208 z_shell_op_cursor_move(shell, 1); in z_shell_op_right_arrow()
244 z_shell_op_cursor_move(shell, -diff); in reprint_from_cursor()
303 z_shell_op_cursor_move(shell, -1); in z_shell_op_char_backspace()
Dshell_ops.h247 void z_shell_op_cursor_move(const struct shell *shell, int16_t val);
Dshell.c402 z_shell_op_cursor_move(shell, 1); in autocomplete()