Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_utils.c57 uint16_t buffer_pos) in line_num_with_buffer_offset_get() argument
59 return ((buffer_pos + cons->name_len) / cons->terminal_wid); in line_num_with_buffer_offset_get()
64 uint16_t buffer_pos) in col_num_with_buffer_offset_get() argument
67 return (1 + ((buffer_pos + cons->name_len) % cons->terminal_wid)); in col_num_with_buffer_offset_get()