Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/core/
H A Dstandard.py73 DarkGreen = "\033[38;5;2m" variable in VT
/xnu-10002.1.13/tools/lldbmacros/
H A Dxnu.py144 variable = " " + vt.Bold + vt.DarkGreen + name + vt.Reset + " = "
198 print(stream.VT.Bold + stream.VT.DarkGreen + type(exc).__name__ +