Home
last modified time | relevance | path

Searched refs:VT (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/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.py928 warn_str = VT.DarkRed + warn_str + VT.Default
/xnu-8792.81.2/tools/lldbmacros/core/
H A Dstandard.py65 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 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