Home
last modified time | relevance | path

Searched refs:cur_y_end (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_types.h38 uint16_t cur_y_end; /*!< vertical cursor position at the end of command.*/ member
/Zephyr-latest/subsys/shell/
Dshell_ops.c78 last_line = (cons->cur_y == cons->cur_y_end); in z_shell_op_cursor_position_synchronize()
91 z_shell_op_cursor_vert_move(sh, cons->cur_y_end - cons->cur_y); in z_shell_op_cursor_position_synchronize()
Dshell_utils.c96 cons->cur_y_end = (buff_len + cons->name_len) / cons->terminal_wid + 1; in z_shell_multiline_data_calc()