touchwin.c | 89 return wtouchln(win, start, count, 1); 95 * wtouchln(). 100 return wtouchln(win, start, count, 1); 134 return wtouchln(win, 0, win->maxy, 1); 139 * Mark entire window as corrupted. Implemented using wtouchln(). 145 return wtouchln(win, 0, win->maxy, 1); 156 return wtouchln(win, 0, win->maxy, 0); 160 * wtouchln -- 165 wtouchln(WINDOW *win, int line, int n, int changed) function in typeref:typename:int 170 __CTRACE(__CTRACE_LINE, "wtouchln: (%p) %d, %d, %d\n" [all...] |