Searched refs:line_len (Results 1 – 2 of 2) sorted by relevance
254 int line_len = sh->ctx->cmd_buff_len + z_shell_strlen(sh->ctx->prompt); in reprint_from_cursor() local258 (line_len / sh->ctx->vt100_ctx.cons.terminal_wid)) { in reprint_from_cursor()265 while (buff_pos < line_len) { in reprint_from_cursor()
1672 size_t line_len; in shell_hexdump() local1675 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()