Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_help.c187 uint16_t field_width; in z_shell_help_cmd_print() local
189 field_width = z_shell_strlen(cmd->syntax) + z_shell_strlen(cmd_sep); in z_shell_help_cmd_print()
193 formatted_text_print(sh, cmd->help, field_width, false); in z_shell_help_cmd_print()