Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.c97 void z_shell_op_cursor_move(const struct shell *sh, int16_t val) in z_shell_op_cursor_move() function
163 z_shell_op_cursor_move(sh, sign * shift); in z_shell_op_cursor_word_move()
200 z_shell_op_cursor_move(sh, -chars_to_delete); in z_shell_op_word_remove()
209 z_shell_op_cursor_move(sh, -sh->ctx->cmd_buff_pos); in z_shell_op_cursor_home_move()
214 z_shell_op_cursor_move(sh, sh->ctx->cmd_buff_len - in z_shell_op_cursor_end_move()
221 z_shell_op_cursor_move(sh, -1); in z_shell_op_left_arrow()
228 z_shell_op_cursor_move(sh, 1); in z_shell_op_right_arrow()
264 z_shell_op_cursor_move(sh, -diff); in reprint_from_cursor()
323 z_shell_op_cursor_move(sh, -1); in z_shell_op_char_backspace()
Dshell_ops.h278 void z_shell_op_cursor_move(const struct shell *sh, int16_t val);
Dshell.c403 z_shell_op_cursor_move(sh, 1); in autocomplete()