Home
last modified time | relevance | path

Searched refs:wbkgd (Results 1 – 21 of 21) sorted by relevance

/src/contrib/bsddialog/lib/
H A Dslider.c404 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 Ddatebox.c350 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 Dtimebox.c117 wbkgd(c[i].win, t.dialog.color); in bsddialog_timebox()
H A Dlib_util.c946 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 Dtextbox.c156 wbkgd(st.pad, t.dialog.color); in bsddialog_textbox()
H A Dmenubox.c523 wbkgd(m.box, t.dialog.color); in do_mixedlist()
525 wbkgd(m.pad, t.dialog.color); in do_mixedlist()
H A Dformbox.c694 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 Dbackground15 call OK wbkgd $win1 `\004B`
/src/contrib/ncurses/ncurses/base/
H A Dlib_bkgd.c268 wbkgd(WINDOW *win, chtype ch) in wbkgd() function
/src/contrib/ncurses/misc/
H A Dncurses.def403 "wbkgd" @295 NONAME
H A Dncurses.ref316 "wbkgd" @295 NONAME ; implemented
/src/lib/ncurses/tinfo/
H A DMakefile532 curs_bkgd.3 wbkgd.3 \
/src/contrib/ncurses/include/
H A Dcurses.h.in856 extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */
1304 #define bkgd(ch) wbkgd(stdscr,(ch))
/src/contrib/ncurses/ncurses/
H A Dllib-lncurses158 #undef wbkgd
159 int wbkgd(
H A Dllib-lncursest158 #undef wbkgd
159 int wbkgd(
H A Dcurses.priv.h393 #define wbkgrnd wbkgd
H A Dllib-lncursesw195 #undef wbkgd
196 int wbkgd(
H A Dllib-lncursestw195 #undef wbkgd
196 int wbkgd(
/src/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c4813 report_return(wbkgd(win, ch[0])); in cmd_wbkgd()
/src/contrib/ncurses/
H A DNEWS2213 + 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 DIOHandlerCursesGUI.cpp403 ::wbkgd(m_window, COLOR_PAIR(color_pair_idx)); in SetBackground()