Searched refs:cur_x (Results 1 – 4 of 4) sorted by relevance
35 uint16_t cur_x; /*!< horizontal cursor position in edited command line.*/ member
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()362 -(sh->ctx->vt100_ctx.cons.cur_x - 1)); in z_shell_cmd_line_erase()
105 -sh->ctx->vt100_ctx.cons.cur_x); in panic()
92 cons->cur_x = (buff_pos + cons->name_len) % cons->terminal_wid + 1; in z_shell_multiline_data_calc()