Searched refs:SetChar (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_wacs.c | 135 SetChar(_nc_wacs[m], table[n].value[1], A_NORMAL); in _nc_init_wacs() 137 SetChar(_nc_wacs[m], m, A_ALTCHARSET); in _nc_init_wacs() 139 SetChar(_nc_wacs[m], table[n].value[0], A_NORMAL); in _nc_init_wacs()
|
| H A D | lib_add_wch.c | 390 SetChar(sch, *s++, AttrOf(ch)); in wadd_wch_nosync()
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | hashmap.c | 506 SetChar(oldtext[n][0], '.', A_NORMAL); in main() 507 SetChar(newtext[n][0], '.', A_NORMAL); in main() 541 SetChar(newtext[n][0], '.', A_NORMAL); in main() 546 SetChar(newtext[n][0], line[n + 1], A_NORMAL); in main() 551 SetChar(oldtext[n][0], '.', A_NORMAL); in main() 556 SetChar(oldtext[n][0], line[n + 1], A_NORMAL); in main()
|
| H A D | tty_update.c | 331 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar() 346 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar() 360 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar() 656 SetChar(temp, in EmitRange()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_addstr.c | 72 SetChar(ch, UChar(*str++), A_NORMAL); in NCURSES_EXPORT() 247 SetChar(ch, *str++, A_NORMAL); in waddnwstr()
|
| H A D | lib_bkgd.c | 75 SetChar(win->_nc_bkgd, BLANK_TEXT, AttrOf(CHDEREF(ch))); in wbkgrndset() 228 SetChar(*cp, L' ', AttrOf(new_char)); in _nc_background()
|
| H A D | lib_pad.c | 71 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_EXPORT() 240 SetChar(ch, L(' '), AttrOf(oline->text[j - 1])); in pnoutrefresh()
|
| H A D | lib_newwin.c | 175 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME() 305 SetChar(win->_nc_bkgd, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME()
|
| H A D | lib_addch.c | 235 SetChar(CHDEREF(ch), result, attrs); in _nc_build_wch() 534 SetChar(sch, UChar(*s++), AttrOf(ch)); in waddch_nosync()
|
| H A D | lib_color.c | 509 SetChar(ptr->text[x], 0, 0); in _nc_change_pair()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 1484 #define SetChar(ch,c,a) do { \ macro 1566 #define SetChar(ch,c,a) ch = (c) | (a) macro 1590 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 11289 + add/use SetChar() macro, to change a cchar_t based on a character and
|