Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp488 bool use_blue_background) { in OutputColoredStringTruncated() argument
493 if (use_blue_background) in OutputColoredStringTruncated()
542 if (use_blue_background) in OutputColoredStringTruncated()
547 COLOR_PAIR(value - 30 + 1 + (use_blue_background ? 8 : 0))); in OutputColoredStringTruncated()