Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h51 #define ANSI_CTRL_NORMAL 0 macro
126 {"normal}", ANSI_ESC_START _TO_STR(ANSI_CTRL_NORMAL) ANSI_ESC_END},
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp401 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL)); in IOHandlerInputComplete()
415 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL)); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp205 Definition("normal", ANSI_ESC_START _TO_STR(ANSI_CTRL_NORMAL) ANSI_ESC_END),