Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1536 #define NewChar2(c,a) { a, { c, NulChar } NulColor } macro
1537 #define NewChar(ch) NewChar2(ChCharOf(ch), ChAttrOf(ch))
1597 #define BLANK NewChar2(' ', WA_NORMAL)
1598 #define ZEROS NewChar2('\0', WA_NORMAL)
1629 #define NewChar2(c,a) ((c) | (a)) macro