Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2845 size_t line_width_max = max_columns - prefix.size(); in OutputFormattedHelpText() local
2846 if (line_width_max < 16) in OutputFormattedHelpText()
2847 line_width_max = help_text.size() + prefix.size(); in OutputFormattedHelpText()
2863 llvm::StringRef this_line = help_text.substr(0, line_width_max); in OutputFormattedHelpText()