| /src/contrib/bsddialog/lib/ |
| H A D | slider.c | 404 wbkgd(start_win, t.dialog.color); in bsddialog_slider() 408 wbkgd(end_win, t.dialog.color); in bsddialog_slider() 412 wbkgd(step_win, t.dialog.color); in bsddialog_slider() 416 wbkgd(size_win, t.dialog.color); in bsddialog_slider() 420 wbkgd(slider_win, t.dialog.color); in bsddialog_slider()
|
| H A D | datebox.c | 350 wbkgd(yy_win, t.dialog.color); in bsddialog_calendar() 353 wbkgd(mm_win, t.dialog.color); in bsddialog_calendar() 356 wbkgd(dd_win, t.dialog.color); in bsddialog_calendar() 581 wbkgd(init[i].win, t.dialog.color); in build_dateitem()
|
| H A D | timebox.c | 117 wbkgd(c[i].win, t.dialog.color); in bsddialog_timebox()
|
| H A D | lib_util.c | 946 wbkgd(clear, t.screen.color); in hide_dialog() 1354 wbkgd(d->shadow, t.shadow.color); in prepare_dialog() 1359 wbkgd(d->widget, t.dialog.color); in prepare_dialog() 1364 wbkgd(d->textpad, t.dialog.color); in prepare_dialog()
|
| H A D | textbox.c | 156 wbkgd(st.pad, t.dialog.color); in bsddialog_textbox()
|
| H A D | menubox.c | 523 wbkgd(m.box, t.dialog.color); in do_mixedlist() 525 wbkgd(m.pad, t.dialog.color); in do_mixedlist()
|
| H A D | formbox.c | 694 wbkgd(form.box, t.dialog.color); in bsddialog_form() 697 wbkgd(form.pad, t.dialog.color); in bsddialog_form()
|
| /src/contrib/netbsd-tests/lib/libcurses/tests/ |
| H A D | background | 15 call OK wbkgd $win1 `\004B`
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_bkgd.c | 268 wbkgd(WINDOW *win, chtype ch) in wbkgd() function
|
| /src/contrib/ncurses/misc/ |
| H A D | ncurses.def | 403 "wbkgd" @295 NONAME
|
| H A D | ncurses.ref | 316 "wbkgd" @295 NONAME ; implemented
|
| /src/lib/ncurses/tinfo/ |
| H A D | Makefile | 532 curs_bkgd.3 wbkgd.3 \
|
| /src/contrib/ncurses/include/ |
| H A D | curses.h.in | 856 extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ 1304 #define bkgd(ch) wbkgd(stdscr,(ch))
|
| /src/contrib/ncurses/ncurses/ |
| H A D | llib-lncurses | 158 #undef wbkgd 159 int wbkgd(
|
| H A D | llib-lncursest | 158 #undef wbkgd 159 int wbkgd(
|
| H A D | curses.priv.h | 393 #define wbkgrnd wbkgd
|
| H A D | llib-lncursesw | 195 #undef wbkgd 196 int wbkgd(
|
| H A D | llib-lncursestw | 195 #undef wbkgd 196 int wbkgd(
|
| /src/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 4813 report_return(wbkgd(win, ch[0])); in cmd_wbkgd()
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 2213 + modify wbkgd() and wbkgrnd() to avoid storing a null in the 2436 + amend 20181208 changes for wbkgd() and wbkgrnd(), fixing a few 2473 + correct order of one wbkgd versus start_color call in test/padview.c 2706 + modify wbkgd() and wbkgrnd() to improve compatibility with SVr4 10586 in a few places from curses.h, e.g., for wbkgd() (report by Glenn 14204 streamlined implementation of wbkgd() 15045 + modify wbkgd() so that it doesn't set nulls in the rendered text, 15048 + set window-attributes in wbkgd(), to simplify comparison against 15174 resize test, use wbkgd and corrected box() parameters. 15881 * wbkgd() and wbkgdset() can be used to set a windows background to color. [all …]
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 403 ::wbkgd(m_window, COLOR_PAIR(color_pair_idx)); in SetBackground()
|