Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwattron.c51 (void) __m_chtype_cc((chtype) at, &cc); in wattron()
66 (void) __m_chtype_cc((chtype) at, &cc); in wattroff()
81 (void) __m_chtype_cc((chtype) at, &cc); in wattrset()
H A Dattron.c51 (void) __m_chtype_cc((chtype) at, &cc); in attron()
66 (void) __m_chtype_cc((chtype) at, &cc); in attroff()
81 (void) __m_chtype_cc((chtype) at, &cc); in attrset()
H A Dbkgd.c54 if ((code = __m_chtype_cc(bg, &cc)) == OK)
70 if ((code = __m_chtype_cc(bg, &cc)) == OK)
H A Dvidattr.c54 (void) __m_chtype_cc(ch, &cc); in vidattr()
70 (void) __m_chtype_cc(ch, &cc); in vidputs()
H A Dbkgdset.c53 code = __m_chtype_cc(bg, &stdscr->_bg);
67 code = __m_chtype_cc(bg, &w->_bg);
H A Dwhln.c54 (void) __m_chtype_cc(h, &cc); in whline()
70 (void) __m_chtype_cc(v, &cc); in wvline()
H A Dwacs.c138 if (UCHAR_MAX < (A_CHARTEXT & acs) || __m_chtype_cc(acs, cc) == ERR) in __m_acs_cc()
156 (void) __m_chtype_cc( in __m_acs_cc()
H A Dpechoch.c54 (void) __m_chtype_cc(ch, &cc);
H A Dwinsch.c56 (void) __m_chtype_cc(ch, &cc);
H A Dwaddch.c56 (void) __m_chtype_cc(ch, &cc);
H A Dwaddchn.c58 (void) __m_chtype_cc(*chs, &cc); in waddchnstr()
H A Dm_cc.c147 __m_chtype_cc(ch, cc) in __m_chtype_cc() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwattron.c52 (void) __m_chtype_cc((chtype) at, &cc); in wattron()
64 (void) __m_chtype_cc((chtype) at, &cc); in wattroff()
77 (void) __m_chtype_cc((chtype) at, &cc); in wattrset()
H A Dwhln.c53 (void) __m_chtype_cc(h, &cc); in whline()
65 (void) __m_chtype_cc(v, &cc); in wvline()
H A Dbkgd.c55 if ((code = __m_chtype_cc(bg, &cc)) == OK) in bkgd()
69 if ((code = __m_chtype_cc(bg, &cc)) == OK) in wbkgd()
H A Dvidattr.c53 (void) __m_chtype_cc(ch, &cc); in vidattr()
65 (void) __m_chtype_cc(ch, &cc); in vidputs()
H A Dwacs.c119 __m_chtype_cc(acs, cc) == ERR) in __m_acs_cc()
137 (void) __m_chtype_cc((chtype) in __m_acs_cc()
H A Dwaddch.c53 (void) __m_chtype_cc(ch, &cc); in waddch()
H A Dwinsch.c53 (void) __m_chtype_cc(ch, &cc); in winsch()
H A Dpechoch.c55 (void) __m_chtype_cc(ch, &cc); in pechochar()
H A Dwaddchn.c60 (void) __m_chtype_cc(*chs, &cc); in waddchnstr()
H A Dbkgdset.c64 (void) __m_chtype_cc(bg, &cc); in wbkgdset()
H A Dprivate.h201 extern int __m_chtype_cc(chtype, cchar_t *);
H A Dm_cc.c156 __m_chtype_cc(chtype ch, cchar_t *cc) in __m_chtype_cc() function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h337 extern int __m_chtype_cc(chtype, cchar_t *);
881 #define bkgdset(ch) __m_chtype_cc(ch, &stdscr->_bg)
883 #define wbkgdset(w,ch) __m_chtype_cc(ch, &(w)->_bg)