Lines Matching refs:WINDOW
44 static int _cursesi_touchline_force(WINDOW *, int, int, int, int);
51 __sync(WINDOW *win)
67 is_linetouched(WINDOW *win, int line)
86 touchline(WINDOW *win, int start, int count)
97 int wredrawln(WINDOW *win, int start, int count)
108 is_wintouched(WINDOW *win)
131 touchwin(WINDOW *win)
142 redrawwin(WINDOW *win)
153 untouchwin(WINDOW *win)
165 wtouchln(WINDOW *win, int line, int n, int changed)
206 __touchwin(WINDOW *win, int force)
219 __touchline(WINDOW *win, int y, int sx, int ex)
233 _cursesi_touchline_force(WINDOW *win, int y, int sx, int ex, int force)
256 wsyncup(WINDOW *win)
269 wsyncdown(WINDOW *win)
274 WINDOW *w = win->orig;