Home
last modified time | relevance | path

Searched defs:COLOR_MASK (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c59 #define COLOR_MASK(ch) (~(attr_t)(((ch) & A_COLOR) ? A_COLOR : 0)) macro
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_addch.c55 #define COLOR_MASK(ch) (~(attr_t)(((ch) & A_COLOR) ? A_COLOR : 0)) macro