Searched refs:z_shell_op_cursor_horiz_move (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/shell/ |
D | shell_help.c | 30 z_shell_op_cursor_horiz_move(sh, terminal_offset); in formatted_text_print() 52 z_shell_op_cursor_horiz_move(sh, in formatted_text_print() 103 z_shell_op_cursor_horiz_move(sh, terminal_offset); in formatted_text_print()
|
D | shell_ops.c | 26 void z_shell_op_cursor_horiz_move(const struct shell *sh, int32_t delta) in z_shell_op_cursor_horiz_move() function 88 z_shell_op_cursor_horiz_move(sh, cons->cur_x - in z_shell_op_cursor_position_synchronize() 92 z_shell_op_cursor_horiz_move(sh, cons->cur_x - in z_shell_op_cursor_position_synchronize() 118 z_shell_op_cursor_horiz_move(sh, col_span); in z_shell_op_cursor_move() 361 z_shell_op_cursor_horiz_move(sh, in z_shell_cmd_line_erase()
|
D | shell_log_backend.c | 104 z_shell_op_cursor_horiz_move(sh, in panic()
|
D | shell_ops.h | 267 void z_shell_op_cursor_horiz_move(const struct shell *sh, int32_t delta);
|
D | shell_cmds.c | 190 z_shell_op_cursor_horiz_move(sh, SHELL_MAX_TERMINAL_SIZE); in terminal_size_get()
|
D | shell.c | 153 z_shell_op_cursor_horiz_move(sh, diff); in tab_item_print()
|