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.cpp2997 size_t line_width_max = max_columns - prefix.size(); in OutputFormattedHelpText() local
2998 if (line_width_max < 16) in OutputFormattedHelpText()
2999 line_width_max = help_text.size() + prefix.size(); in OutputFormattedHelpText()
3015 llvm::StringRef this_line = help_text.substr(0, line_width_max); in OutputFormattedHelpText()