Home
last modified time | relevance | path

Searched refs:wnoutrefresh (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-10-stable/contrib/ncurses/ncurses/base/
Dlib_refresh.c58 } else if ((code = wnoutrefresh(win)) == OK) { in NCURSES_EXPORT()
74 wnoutrefresh(WINDOW *win) in wnoutrefresh() function
Dlib_slkrefr.c126 returnCode(wnoutrefresh(SP->_slk->win)); in slk_noutrefresh()
Dresizeterm.c438 wnoutrefresh(rop->win); in resizeterm()
/freebsd-10-stable/contrib/ncurses/panel/
Dpanel.c117 wnoutrefresh(pan->win); in _nc_Wnoutrefresh()
Dpanel.priv.h81 # define Wnoutrefresh(pan) wnoutrefresh((pan)->win)
/freebsd-10-stable/contrib/dialog/
Dtextbox.c448 (void) wnoutrefresh(obj->text); in print_page()
764 (void) wnoutrefresh(dialog); in dialog_textbox()
781 (void) wnoutrefresh(obj.text); in dialog_textbox()
798 (void) wnoutrefresh(obj.text); in dialog_textbox()
Dtailbox.c178 (void) wnoutrefresh(obj->text); in print_page()
353 (void) wnoutrefresh(dialog); in dialog_tailbox()
Dchecklist.c114 (void) wnoutrefresh(data->list); in print_list()
413 (void) wnoutrefresh(all.list); in dlg_checklist()
428 (void) wnoutrefresh(all.list); in dlg_checklist()
Dutil.c206 (void) wnoutrefresh(stdscr); in dlg_put_backtitle()
1603 wnoutrefresh(cellwin); in repaint_cell()
1629 (void) wnoutrefresh(dw->shadow); in repaint_shadow()
2047 wnoutrefresh(stdscr); in dlg_del_window()
2061 wnoutrefresh(p->shadow); in dlg_del_window()
2064 wnoutrefresh(p->normal); in dlg_del_window()
2230 (void) wnoutrefresh(stdscr); in dlg_item_help()
2357 (void) wnoutrefresh(win); in dlg_set_focus()
Dprogressbox.c249 (void) wnoutrefresh(dialog); in dlg_progressbox()
Dmenubox.c258 (void) wnoutrefresh(data->menu); in print_menu()
694 (void) wnoutrefresh(menu); in dlg_menu()
Dmixedgauge.c177 (void) wnoutrefresh(win); in myprint_status()
Dui_getc.c250 wnoutrefresh(win); in dlg_raise_window()
Dtreeview.c118 (void) wnoutrefresh(data->list); in print_list()
Dfselect.c256 (void) wnoutrefresh(list->win); in display_list()
Dformbox.c146 (void) wnoutrefresh(win); in print_form()
Dbuildlist.c133 (void) wnoutrefresh(win); in print_1_list()
/freebsd-10-stable/contrib/nvi/cl/
Dcl_funcs.c579 return (wnoutrefresh(stdscr) == ERR || in cl_refresh()
580 wnoutrefresh(win) == ERR || in cl_refresh()
/freebsd-10-stable/contrib/ee/
Dnew_curse.h211 extern void wnoutrefresh P_((WINDOW *window));
Dnew_curse.c2088 wnoutrefresh(window);
2139 wnoutrefresh(window) in wnoutrefresh() function
/freebsd-10-stable/contrib/ncurses/misc/
Dncurses.def433 "wnoutrefresh" @339 NONAME
Dncurses.ref360 "wnoutrefresh" @339 NONAME ; implemented
/freebsd-10-stable/contrib/ncurses/doc/
Dncurses-intro.doc657 doupdate() and wnoutrefresh(win)
665 to the virtual screen (wnoutrefresh()), and then calling the
668 wrefresh will result in alternating calls to wnoutrefresh() and
670 calling wnoutrefresh() for each window, it is then possible to
754 screen with declared windows which you then wnoutrefresh() somewhere
897 What happens to the overlapping region depends on what wnoutrefresh()
918 mentions wnoutrefresh(); the SVr4 documents seem to be describing
924 Instead, you can do an explicit touchwin() before the wnoutrefresh()
929 the necessary wnoutrefresh() calls for whatever panel stacking order
967 wnoutrefresh() calls followed by a doupdate(), and be careful about
[all …]
/freebsd-10-stable/lib/ncurses/ncurses/
DMakefile798 curs_refresh.3 wnoutrefresh.3 \
/freebsd-10-stable/contrib/gcc/
Dsys-protos.h1269 extern int wnoutrefresh(WINDOW *);

12