Searched refs:cmd_sep (Results 1 – 1 of 1) sorted by relevance
186 static const char cmd_sep[] = " - "; /* commands separator */ in z_shell_help_cmd_print() local189 field_width = z_shell_strlen(cmd->syntax) + z_shell_strlen(cmd_sep); in z_shell_help_cmd_print()191 z_shell_fprintf(sh, SHELL_NORMAL, "%s%s", cmd->syntax, cmd_sep); in z_shell_help_cmd_print()