Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.c11 void z_shell_op_cursor_vert_move(const struct shell *sh, int32_t delta) in z_shell_op_cursor_vert_move() function
91 z_shell_op_cursor_vert_move(sh, cons->cur_y_end - cons->cur_y); in z_shell_op_cursor_position_synchronize()
117 z_shell_op_cursor_vert_move(sh, -row_span); in z_shell_op_cursor_move()
384 z_shell_op_cursor_vert_move(sh, sh->ctx->vt100_ctx.cons.cur_y - 1); in z_shell_cmd_line_erase()
Dshell_log_backend.c103 z_shell_op_cursor_vert_move(sh, -1); in panic()
Dshell_ops.h265 void z_shell_op_cursor_vert_move(const struct shell *sh, int32_t delta);
Dshell_cmds.c188 z_shell_op_cursor_vert_move(sh, -SHELL_MAX_TERMINAL_SIZE); in terminal_size_get()