Searched refs:VT (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | sysreg.py | 71 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 D | xnu.py | 202 print(stream.VT.DarkRed + _LLDB_WARNING.format(lldb_version=lldb.SBDebugger.GetVersionString())) 203 print(stream.VT.Bold + stream.VT.DarkGreen + type(exc).__name__ + 204 stream.VT.Default + ": {}".format(str(exc)) + stream.VT.Reset) 215 print(_format_exc(exc, stream.VT)) 252 …print(stream.VT.DarkRed + "Please attach {} to your radar or open the URL below:".format(tar_fname… 1226 warn_str = VT.DarkRed + warn_str + VT.Default
|
| H A D | exclaves.py | 8 from core.standard import VT, ArgumentError
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | standard.py | 66 class VT(object): class 212 VT.Red, 214 VT.Reset 224 VT.Red, 226 VT.Reset 352 self.VT = VT if self._doColor() else NOVT() 376 kwargs['VT'] = self.VT 395 l = self.reg.sub(self.VT.Underline + r"\g<0>" + self.VT.EndUnderline, l); 465 self.VT = VT if self._doColor() else NOVT()
|
| /xnu-11215/bsd/kern/ |
| H A D | tty.c | 170 #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
|