Searched refs:prompt_length (Results 1 – 1 of 1) sorted by relevance
1671 size_t prompt_length = z_shell_strlen(prompt); in shell_prompt_change() local1677 if ((prompt_length + 1 > CONFIG_SHELL_PROMPT_BUFF_SIZE) || (prompt_length == 0)) { in shell_prompt_change()1684 sh->ctx->vt100_ctx.cons.name_len = prompt_length; in shell_prompt_change()