Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwinch.c52 ch = __m_cc_chtype(&w->_line[w->_cury][w->_curx]); in winch()
H A Dwinchn.c56 if ((*chs = __m_cc_chtype(&cp[x])) == (chtype) ERR) in winchnstr()
H A Dbkgdset.c77 bg = __m_cc_chtype(&w->_bg); in getbkgd()
H A Dtermattr.c56 ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR; in termattrs()
H A Dprivate.h202 extern chtype __m_cc_chtype(const cchar_t *);
H A Dm_cc.c179 __m_cc_chtype(const cchar_t *cc) in __m_cc_chtype() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwinch.c54 ch = __m_cc_chtype(&w->_line[w->_cury][w->_curx]);
H A Dbkgdset.c81 bg = __m_cc_chtype(&w->_bg); in chtype()
H A Dwinchn.c60 if ((*chs = __m_cc_chtype(&cp[x])) == (chtype) ERR)
H A Dtermattr.c57 ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR; in termattrs()
H A Dm_cc.c170 __m_cc_chtype(cc) in __m_cc_chtype() function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h338 extern chtype __m_cc_chtype(const cchar_t *);
882 #define getbkgd(w) __m_cc_chtype(&(w)->_bg)