Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dxnu.py141 vt.Reset + "in " + vt.Bold + vt.DarkCyan + fs.name + vt.Reset + "\n")
144 variable = " " + vt.Bold + vt.DarkGreen + name + vt.Reset + " = "
161 fmt = vt.Bold + vt.Default
198 print(stream.VT.Bold + stream.VT.DarkGreen + type(exc).__name__ +
/xnu-10002.41.9/tools/lldbmacros/core/
H A Dstandard.py91 Bold = "\033[1m" variable in VT