Home
last modified time | relevance | path

Searched refs:VT (Results 1 – 5 of 5) 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))
117 return _Colorify(VT.Red, '*unsupported text*')
134 print(_Colorify(VT.Green, _GetIndentedString(2, field_name_str) + ' == ' + field_value_string))
148 …print(_Colorify(VT.Red, _GetIndentedString(2, '(No matching value, dumping out full description)')…
183 return color + msg + VT.Reset
H A Dxnu.py207 print(stream.VT.DarkRed + _LLDB_WARNING.format(lldb_version=lldb.SBDebugger.GetVersionString()))
208 print(stream.VT.Bold + stream.VT.DarkGreen + type(exc).__name__ +
209 stream.VT.Default + ": {}".format(str(exc)) + stream.VT.Reset)
221 print(_format_exc(exc, stream.VT))
262 …print(stream.VT.DarkRed + "Please attach {} to your radar or open the URL below to create one:".fo…
1245 warn_str = VT.DarkRed + warn_str + VT.Default
H A Dexclaves.py8 from core.standard import VT, ArgumentError
/xnu-12377.81.4/tools/lldbmacros/core/
H A Dstandard.py68 class VT(object): class
214 VT.Red,
216 VT.Reset
226 VT.Red,
228 VT.Reset
354 self.VT = VT if self._doColor() else NOVT()
378 kwargs['VT'] = self.VT
397 l = self.reg.sub(self.VT.Underline + r"\g<0>" + self.VT.EndUnderline, l);
467 self.VT = VT if self._doColor() else NOVT()
/xnu-12377.81.4/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