Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2543 StreamString prefix_stream; in OutputFormattedHelpText() local
2544 prefix_stream.Printf(" %-*s %*s ", (int)max_word_len, word_text.data(), in OutputFormattedHelpText()
2546 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText()