Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2889 StreamString prefix_stream; in OutputFormattedHelpText() local
2890 prefix_stream.Printf(" %-*s %*s ", (int)max_word_len, word_text.data(), in OutputFormattedHelpText()
2892 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText()