Searched refs:VT (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.81.2/tools/lldbmacros/ |
| H A D | sysreg.py | 74 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 D | xnu.py | 928 warn_str = VT.DarkRed + warn_str + VT.Default
|
| /xnu-8792.81.2/tools/lldbmacros/core/ |
| H A D | standard.py | 65 class VT(object): class 176 kwargs['VT'] = VT 196 l = self.reg.sub(VT.Underline + r"\g<0>" + VT.EndUnderline, l);
|
| /xnu-8792.81.2/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
|