Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/shell/
Dshell.c1671 size_t prompt_length = z_shell_strlen(prompt); in shell_prompt_change() local
1677 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()