Home
last modified time | relevance | path

Searched refs:VT (Results 1 – 4 of 4) 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))
120 return _Colorify(VT.Red, '*unsupported text*')
137 print(_Colorify(VT.Green, _GetIndentedString(2, field_name_str) + ' == ' + field_value_string))
151 …print(_Colorify(VT.Red, _GetIndentedString(2, '(No matching value, dumping out full description)')…
186 return color + msg + VT.Reset
H A Dxnu.py197 print(stream.VT.DarkRed + _LLDB_WARNING)
198 print(stream.VT.Bold + stream.VT.DarkGreen + type(exc).__name__ +
199 stream.VT.Default + ": {}".format(str(exc)) + stream.VT.Reset)
214 print(_format_exc(exc, stream.VT))
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.41.9/tools/lldbmacros/core/
H A Dstandard.py70 class VT(object): class
216 VT.Red,
218 VT.Reset
228 VT.Red,
230 VT.Reset
356 self.VT = VT if self._doColor() else NOVT()
380 kwargs['VT'] = self.VT
399 l = self.reg.sub(self.VT.Underline + r"\g<0>" + self.VT.EndUnderline, l);
469 self.VT = VT if self._doColor() else NOVT()
/xnu-10002.41.9/bsd/kern/
H A Dtty.c170 #define VT VTAB macro
174 O | BS, E | TB, E | NL, O | CC, E | VT, O | CR, O | CC, E | CC, /* bs - si */
217 #undef VT