Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3018 std::size_t first_newline = this_line.find_first_of("\n"); in OutputFormattedHelpText() local
3026 this_line = this_line.substr(0, std::min(first_newline, last_space)); in OutputFormattedHelpText()