Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_utils.h27 uint16_t buff_pos, uint16_t buff_len);
Dshell_ops.c255 int buff_pos = sh->ctx->cmd_buff_pos + z_shell_strlen(sh->ctx->prompt); in reprint_from_cursor() local
257 if ((buff_pos / sh->ctx->vt100_ctx.cons.terminal_wid) != in reprint_from_cursor()
265 while (buff_pos < line_len) { in reprint_from_cursor()
266 if (buff_pos++ % sh->ctx->vt100_ctx.cons.terminal_wid == 0U) { in reprint_from_cursor()
Dshell_utils.c87 uint16_t buff_pos, uint16_t buff_len) in z_shell_multiline_data_calc() argument
92 cons->cur_x = (buff_pos + cons->name_len) % cons->terminal_wid + 1; in z_shell_multiline_data_calc()
93 cons->cur_y = (buff_pos + cons->name_len) / cons->terminal_wid + 1; in z_shell_multiline_data_calc()