Searched refs:wwtouched (Results 1 – 17 of 17) sorted by relevance
58 char *t1 = wwtouched + top, *t2 = wwtouched + bot; in wwupdate1()66 scan_top = top = t1 - wwtouched - 1; in wwupdate1()67 scan_bot = bot = t2 - wwtouched + 1; in wwupdate1()91 for (i = scan_top, touched = &wwtouched[i], upd = &wwupd[i]; in wwupdate1()183 wwtouched[i++] |= WWU_TOUCHED; in wwupdate1()191 for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot; in wwupdate1()
180 p = &wwtouched[row1x];188 p = &wwtouched[row1x];209 p = &wwtouched[row2x];217 p = &wwtouched[row1x];228 p = &wwtouched[row1x];
256 wwtouched = malloc(wwnrow); in wwinit()257 if (wwtouched == 0) { in wwinit()262 wwtouched[i] = 0; in wwinit()406 wwtouched[i] = WWU_TOUCHED; in wwstart()435 wwtouched[i] = WWU_TOUCHED; in wwreset()
74 touched = wwtouched[row];93 wwtouched[row] = touched;
97 touched = wwtouched[row];110 wwtouched[row] = touched;
99 touched = wwtouched[row];112 wwtouched[row] = touched;
67 wwtouched[i] |= WWU_TOUCHED;127 wwtouched[i] |= WWU_TOUCHED;
54 wwtouched[i] = WWU_TOUCHED; in wwredraw()
74 wwtouched[row] |= WWU_TOUCHED;
72 wwtouched[i] |= WWU_TOUCHED;
98 wwtouched[row] |= WWU_TOUCHED;
88 wwtouched[i] |= WWU_TOUCHED;
45 w->ww_cur.r < wwnrow && wwtouched[w->ww_cur.r]) \151 wwtouched[w->ww_cur.r] |= WWU_TOUCHED;
72 wwtouched[w->ww_cur.r] |= WWU_TOUCHED;
233 char *wwtouched; /* wwns changed flags */ variable
245 wwtouched[r] |= WWU_TOUCHED;
221 wwtouched[r] |= WWU_TOUCHED; in yank_highlight_line()