Lines Matching full:refresh
329 #ifdef refresh
330 inline int UNDEF(refresh)() { return refresh(); }
331 #undef refresh
332 #define refresh UNDEF(refresh)
928 // Put attributed character to the window and refresh it immediately.
1075 // Set/Reset the clear flag. If set, the next refresh() will clear the
1169 // automatic immediate refresh()
1188 virtual int refresh() { return ::wrefresh(w); }
1336 // the refresh() operation is done.
1368 int refresh();
1372 int refresh(int pminrow, int pmincol,
1379 // on the screen. <b>refresh</b> copies a rectangle of this size beginning
1392 // Does the same as refresh() but without calling doupdate().