Searched refs:NewChar2 (Results 1 – 2 of 2) sorted by relevance
1400 #define NewChar2(c,a) { a, { c, NulChar } NulColor } macro1401 #define NewChar(ch) NewChar2(ChCharOf(ch), ChAttrOf(ch))1457 #define BLANK NewChar2(' ', WA_NORMAL)1458 #define ZEROS NewChar2('\0', WA_NORMAL)1489 #define NewChar2(c,a) ((c) | (a)) macro
9518 + modify wide-character versions of NewChar(), NewChar2() macros to10727 + add/use constructors for cchar_t's: NewChar(), NewChar2().