Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.c377 int cmd_width = z_shell_strlen(sh->ctx->cmd_buff); in z_shell_print_cmd() local
381 while (cmd_width > sh->ctx->vt100_ctx.cons.terminal_wid - adjust) { in z_shell_print_cmd()
390 cmd_width -= (sh->ctx->vt100_ctx.cons.terminal_wid - adjust); in z_shell_print_cmd()
394 if (cmd_width > 0) { in z_shell_print_cmd()