Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Dxnu.py197 print(stream.VT.DarkRed + _LLDB_WARNING)
251 …print(stream.VT.DarkRed + "Please attach {} to your radar or open the URL below:".format(tar_fname…
1161 warn_str = VT.DarkRed + warn_str + VT.Default
/xnu-10002.1.13/tools/lldbmacros/core/
H A Dstandard.py72 DarkRed = "\033[38;5;1m" variable in VT