Home
last modified time | relevance | path

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

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