Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.c254 int line_len = sh->ctx->cmd_buff_len + z_shell_strlen(sh->ctx->prompt); in reprint_from_cursor() local
258 (line_len / sh->ctx->vt100_ctx.cons.terminal_wid)) { in reprint_from_cursor()
265 while (buff_pos < line_len) { in reprint_from_cursor()
Dshell.c1672 size_t line_len; in shell_hexdump() local
1675 line_len = MIN(len, SHELL_HEXDUMP_BYTES_IN_LINE); in shell_hexdump()
1677 shell_hexdump_line(sh, p - data, p, line_len); in shell_hexdump()
1679 len -= line_len; in shell_hexdump()
1680 p += line_len; in shell_hexdump()