Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_types.h35 uint16_t cur_x; /*!< horizontal cursor position in edited command line.*/ member
/Zephyr-latest/subsys/shell/
Dshell_ops.c88 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()
362 -(sh->ctx->vt100_ctx.cons.cur_x - 1)); in z_shell_cmd_line_erase()
Dshell_log_backend.c105 -sh->ctx->vt100_ctx.cons.cur_x); in panic()
Dshell_utils.c92 cons->cur_x = (buff_pos + cons->name_len) % cons->terminal_wid + 1; in z_shell_multiline_data_calc()