Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2913 auto nextWordLength = [](llvm::StringRef S) { in OutputHelpText() local
2920 (text.front() == ' ' && nextWordLength(text.ltrim(' ')) > chars_left)) { in OutputHelpText()