__m_cc_chtype
extern chtype __m_cc_chtype(const cchar_t *);
#define getbkgd(w) __m_cc_chtype(&(w)->_bg)
bg = __m_cc_chtype(&w->_bg);
ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR;
ch = __m_cc_chtype(&w->_line[w->_cury][w->_curx]);
if ((*chs = __m_cc_chtype(&cp[x])) == (chtype) ERR)
bg = __m_cc_chtype(&w->_bg);
extern chtype __m_cc_chtype(const cchar_t *);
ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR;
ch = __m_cc_chtype(&w->_line[w->_cury][w->_curx]);
if ((*chs = __m_cc_chtype(&cp[x])) == (chtype) ERR)