Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2582 size_t line_width_max = max_columns - prefix.size(); in OutputFormattedHelpText() local
2583 if (line_width_max < 16) in OutputFormattedHelpText()
2584 line_width_max = help_text.size() + prefix.size(); in OutputFormattedHelpText()
2597 llvm::StringRef this_line = help_text.substr(0, line_width_max); in OutputFormattedHelpText()