Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/
H A Dsysreg.py71 print(_Colorify(VT.Green, 'EC == ' + ecstring))
90 print(_Colorify(VT.Green, 'ISS == ' + issstring))
134 print(_Colorify(VT.Green, _GetIndentedString(2, field_name_str) + ' == ' + field_value_string))
/xnu-12377.81.4/tools/lldbmacros/core/
H A Dstandard.py80 Green = "\033[38;5;10m" variable in VT