Searched refs:ChAttrOf (Results 1 – 7 of 7) sorted by relevance
87 (ChAttrOf(ch) & A_ALTCHARSET) || in NCURSES_EXPORT()108 code = _nc_insert_ch(sp, win, ChAttrOf(ch) | UChar(*s)); in NCURSES_EXPORT()131 ChAttrOf(ch) | UChar(*s)); in NCURSES_EXPORT()
326 attr_t attr = ChAttrOf(fillin); in decode_chtype()
169 if (ChAttrOf(newmode) == A_NORMAL) { in _traceattr2()289 attr_t attr = ChAttrOf(ch); in _tracechtype2()
1363 #define ChAttrOf(c) ((chtype)(c) & (chtype)A_ATTRIBUTES) macro1401 #define NewChar(ch) NewChar2(ChCharOf(ch), ChAttrOf(ch))1484 #define AttrOf(c) ChAttrOf(c)1515 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))
237 ChAttrOf(ch)); in con_write8()238 if (ChAttrOf(ch) & A_ALTCHARSET) { in con_write8()
328 ChAttrOf(ch)); in con_write8()329 if (ChAttrOf(ch) & A_ALTCHARSET) { in con_write8()
10716 + add/use intermediate ChAttrOf() and ChCharOf() macros where we know