Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h55 #define ANSI_CTRL_UNDERLINE 4 macro
130 {"underline}", ANSI_ESC_START _TO_STR(ANSI_CTRL_UNDERLINE) ANSI_ESC_END},
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp210 ANSI_ESC_START _TO_STR(ANSI_CTRL_UNDERLINE) ANSI_ESC_END),
H A DIOHandlerCursesGUI.cpp531 !(value == 0 || value == ANSI_CTRL_UNDERLINE || in OutputColoredStringTruncated()
545 } else if (value == ANSI_CTRL_UNDERLINE) { in OutputColoredStringTruncated()