Home
last modified time | relevance | path

Searched refs:ChAttrOf (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_insch.c87 (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()
H A Dlib_screen.c328 attr_t attr = ChAttrOf(fillin); in decode_chtype()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c169 if (ChAttrOf(newmode) == A_NORMAL) { in _traceattr2()
289 attr_t attr = ChAttrOf(ch); in _tracechtype2()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c237 ChAttrOf(ch)); in con_write8()
238 if (ChAttrOf(ch) & A_ALTCHARSET) { in con_write8()
H A Dwin_driver.c326 ChAttrOf(ch)); in con_write8()
327 if (ChAttrOf(ch) & A_ALTCHARSET) { in con_write8()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1541 #define ChAttrOf(c) ((chtype)(c) & (chtype)A_ATTRIBUTES) macro
1569 #define NewChar(ch) NewChar2(ChCharOf(ch), ChAttrOf(ch))
1656 #define AttrOf(c) ChAttrOf(c)
1687 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))
/freebsd/contrib/ncurses/
H A DNEWS9551 + add/use intermediate ChAttrOf() and ChCharOf() macros where we know