Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_types.h36 uint16_t cur_x_end; /*!< horizontal cursor position at the end of command.*/ member
/Zephyr-latest/subsys/shell/
Dshell_ops.c89 cons->cur_x_end); in z_shell_op_cursor_position_synchronize()
93 cons->cur_x_end); in z_shell_op_cursor_position_synchronize()
Dshell_utils.c97 cons->cur_x_end = (buff_len + cons->name_len) % cons->terminal_wid + 1; in z_shell_multiline_data_calc()