Home
last modified time | relevance | path

Searched refs:SetChar (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libcurses/widechar/
H A Dlib_wacs.c137 SetChar(_nc_wacs[m], table[n].value[1], A_NORMAL); in _nc_init_wacs()
139 SetChar(_nc_wacs[m], m, A_ALTCHARSET); in _nc_init_wacs()
141 SetChar(_nc_wacs[m], table[n].value[0], A_NORMAL); in _nc_init_wacs()
H A Dlib_add_wch.c392 SetChar(sch, *s++, AttrOf(ch)); in wadd_wch_nosync()
/openbsd/lib/libcurses/base/
H A Dlib_bkgd.c77 SetChar(win->_nc_bkgd, BLANK_TEXT, AttrOf(CHDEREF(ch))); in wbkgrndset()
230 SetChar(*cp, L' ', AttrOf(new_char)); in _nc_background()
H A Dlib_addstr.c72 SetChar(ch, UChar(*str++), A_NORMAL); in NCURSES_EXPORT()
245 SetChar(ch, *str++, A_NORMAL); in waddnwstr()
H A Dlib_pad.c73 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_EXPORT()
242 SetChar(ch, L(' '), AttrOf(oline->text[j - 1])); in pnoutrefresh()
H A Dlib_newwin.c177 SetChar(*ptr, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME()
311 SetChar(win->_nc_bkgd, BLANK_TEXT, BLANK_ATTR); in NCURSES_SP_NAME()
H A Dlib_addch.c237 SetChar(CHDEREF(ch), result, attrs); in _nc_build_wch()
536 SetChar(sch, UChar(*s++), AttrOf(ch)); in waddch_nosync()
H A Dlib_color.c509 SetChar(ptr->text[x], 0, 0); in _nc_change_pair()
/openbsd/lib/libcurses/tty/
H A Dtty_update.c324 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar()
339 SetChar(my_ch, temp, AttrOf(attr)); in PutAttrChar()
353 SetChar(tilde, L('`'), AttrOf(attr)); in PutAttrChar()
649 SetChar(temp, in EmitRange()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1407 #define SetChar(ch,c,a) do { \ macro
1485 #define SetChar(ch,c,a) ch = (c) | (a) macro
1509 #define SetChar2(wch,ch) SetChar(wch,ChCharOf(ch),ChAttrOf(ch))