Searched refs:SetChar (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/ncurses/ncurses/widechar/ |
| D | lib_wacs.c | 105 SetChar(_nc_wacs[m], table[n].value[active], A_NORMAL); in _nc_init_wacs() 107 SetChar(_nc_wacs[m], m, A_ALTCHARSET); in _nc_init_wacs() 109 SetChar(_nc_wacs[m], table[n].value[0], A_NORMAL); in _nc_init_wacs()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_addstr.c | 68 SetChar(ch, UChar(*str++), A_NORMAL); in NCURSES_EXPORT() 233 SetChar(ch, *str++, A_NORMAL); in waddnwstr()
|
| D | lib_newwin.c | 146 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in newwin() 251 SetChar(win->_nc_bkgd, BLANK_TEXT, BLANK_ATTR); in _nc_makenew()
|
| D | lib_pad.c | 67 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_EXPORT() 215 SetChar(ch, L(' '), AttrOf(oline->text[j - 1])); in pnoutrefresh()
|
| D | lib_bkgd.c | 72 SetChar(win->_nc_bkgd, BLANK_TEXT, AttrOf(CHDEREF(ch))); in NCURSES_EXPORT()
|
| D | lib_addch.c | 221 SetChar(CHDEREF(ch), result, attrs); in _nc_build_wch() 481 SetChar(sch, *s++, AttrOf(ch)); in waddch_nosync()
|
| D | lib_color.c | 375 SetChar(ptr->text[x], 0, 0); in init_pair()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/ |
| D | curses.priv.h | 1061 #define SetChar(ch,c,a) do { \ macro 1131 #define SetChar(ch,c,a) ch = (c) | (a) macro 1151 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))
|
| /freebsd-10-stable/contrib/ncurses/ncurses/tty/ |
| D | tty_update.c | 276 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar() 281 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar()
|
| /freebsd-10-stable/contrib/ncurses/ |
| D | NEWS | 3916 + add/use SetChar() macro, to change a cchar_t based on a character and
|