Searched refs:NewChar2 (Results 1 – 2 of 2) sorted by relevance
1471 #define NewChar2(c,a) { a, { c, NulChar } NulColor NulDirect } macro1472 #define NewChar(ch) NewChar2(ChCharOf(ch), ChAttrOf(ch))1532 #define BLANK NewChar2(' ', WA_NORMAL)1533 #define ZEROS NewChar2('\0', WA_NORMAL)1564 #define NewChar2(c,a) ((c) | (a)) macro
10087 + modify wide-character versions of NewChar(), NewChar2() macros to11296 + add/use constructors for cchar_t's: NewChar(), NewChar2().