Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_help.c30 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()
Dshell_ops.c26 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()
Dshell_log_backend.c104 z_shell_op_cursor_horiz_move(sh, in panic()
Dshell_ops.h267 void z_shell_op_cursor_horiz_move(const struct shell *sh, int32_t delta);
Dshell_cmds.c190 z_shell_op_cursor_horiz_move(sh, SHELL_MAX_TERMINAL_SIZE); in terminal_size_get()
Dshell.c153 z_shell_op_cursor_horiz_move(sh, diff); in tab_item_print()