Searched refs:wnoutrefresh (Results 1 – 25 of 32) sorted by relevance
12
58 } else if ((code = wnoutrefresh(win)) == OK) { in NCURSES_EXPORT()74 wnoutrefresh(WINDOW *win) in wnoutrefresh() function
126 returnCode(wnoutrefresh(SP->_slk->win)); in slk_noutrefresh()
438 wnoutrefresh(rop->win); in resizeterm()
117 wnoutrefresh(pan->win); in _nc_Wnoutrefresh()
81 # define Wnoutrefresh(pan) wnoutrefresh((pan)->win)
448 (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()
178 (void) wnoutrefresh(obj->text); in print_page()353 (void) wnoutrefresh(dialog); in dialog_tailbox()
114 (void) wnoutrefresh(data->list); in print_list()413 (void) wnoutrefresh(all.list); in dlg_checklist()428 (void) wnoutrefresh(all.list); in dlg_checklist()
206 (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()
249 (void) wnoutrefresh(dialog); in dlg_progressbox()
258 (void) wnoutrefresh(data->menu); in print_menu()694 (void) wnoutrefresh(menu); in dlg_menu()
177 (void) wnoutrefresh(win); in myprint_status()
250 wnoutrefresh(win); in dlg_raise_window()
118 (void) wnoutrefresh(data->list); in print_list()
256 (void) wnoutrefresh(list->win); in display_list()
146 (void) wnoutrefresh(win); in print_form()
133 (void) wnoutrefresh(win); in print_1_list()
579 return (wnoutrefresh(stdscr) == ERR || in cl_refresh()580 wnoutrefresh(win) == ERR || in cl_refresh()
211 extern void wnoutrefresh P_((WINDOW *window));
2088 wnoutrefresh(window);2139 wnoutrefresh(window) in wnoutrefresh() function
433 "wnoutrefresh" @339 NONAME
360 "wnoutrefresh" @339 NONAME ; implemented
657 doupdate() and wnoutrefresh(win)665 to the virtual screen (wnoutrefresh()), and then calling the668 wrefresh will result in alternating calls to wnoutrefresh() and670 calling wnoutrefresh() for each window, it is then possible to754 screen with declared windows which you then wnoutrefresh() somewhere897 What happens to the overlapping region depends on what wnoutrefresh()918 mentions wnoutrefresh(); the SVr4 documents seem to be describing924 Instead, you can do an explicit touchwin() before the wnoutrefresh()929 the necessary wnoutrefresh() calls for whatever panel stacking order967 wnoutrefresh() calls followed by a doupdate(), and be careful about[all …]
798 curs_refresh.3 wnoutrefresh.3 \
1269 extern int wnoutrefresh(WINDOW *);