/src/lib/libcurses/ |
cchar.c | 83 * setcchar -- 87 setcchar(cchar_t *wcval, const wchar_t *wch, const attr_t attrs, function in typeref:typename:int
|
addwstr.c | 158 if (setcchar( &cc, wc, win->wattr, 0, NULL ) == ERR)
|
get_wch.c | 472 setcchar(&wc, ws, win->wattr, 0, NULL); 564 setcchar( &wc, ws, win->wattr, 0, NULL );
|
get_wstr.c | 175 setcchar(&cc, sc, win->wattr, 0, NULL);
|
Makefile | 71 curses_cchar.3 setcchar.3 \
|
slk.c | 860 if (setcchar(&cc, wc,
|
curses.h | 951 int setcchar(cchar_t *, const wchar_t *, const attr_t, short, const void *);
|
/src/lib/libcurses/EXAMPLES/ |
view.c | 149 if (setcchar(dst + k, wstr, 0, 0, NULL) != OK) 166 if (setcchar(dst + k, wstr, 0, 0, NULL) == OK) 169 setcchar(dst + k, L"", 0, 0, NULL);
|
/src/tests/lib/libcurses/slave/ |
curses_commands.c | 4507 report_return(setcchar(&wcval, wch, attrs, color_pair, NULL));
|