Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_types.h47 uint16_t printed_cmd; /*!< printed commands counter */ member
/Zephyr-latest/subsys/shell/
Dshell.c136 sh->ctx->vt100_ctx.printed_cmd = 0; in tab_item_print()
147 if (sh->ctx->vt100_ctx.printed_cmd++ % columns == 0U) { in tab_item_print()