Lines Matching defs:win
51 is_linetouched(WINDOW *win, int line) in is_linetouched()
65 touchline(WINDOW *win, int start, int count) in touchline()
78 int wredrawln(WINDOW *win, int start, int count) in wredrawln()
91 is_wintouched(WINDOW *win) in is_wintouched()
109 touchwin(WINDOW *win) in touchwin()
122 redrawwin(WINDOW *win) in redrawwin()
135 untouchwin(WINDOW *win) in untouchwin()
149 wtouchln(WINDOW *win, int line, int n, int changed) in wtouchln()
180 __touchwin(WINDOW *win) in __touchwin()
194 __touchline(WINDOW *win, int y, int sx, int ex) in __touchline()
207 _cursesi_touchline_force(WINDOW *win, int y, int sx, int ex, int force) in _cursesi_touchline_force()
233 wsyncup(WINDOW *win) in wsyncup()
243 wsyncdown(WINDOW *win) in wsyncdown()