Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_help.c112 static const uint8_t tabulator[] = " "; in help_item_print() local
114 const uint16_t offset = 2 * strlen(tabulator) + item_name_width + strlen(sub_cmd_sep); in help_item_print()
123 z_shell_fprintf(sh, SHELL_NORMAL, "%s%-*s", tabulator, in help_item_print()
129 z_shell_fprintf(sh, SHELL_NORMAL, "%s%s", tabulator, in help_item_print()
143 z_shell_fprintf(sh, SHELL_NORMAL, "%s: ", tabulator); in help_item_print()