Home
last modified time | relevance | path

Searched refs:wwtouched (Results 1 – 17 of 17) sorted by relevance

/mirbsd/src/usr.bin/window/
Dwwupdate.c58 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()
Dwwscroll.c180 p = &wwtouched[row1x];
188 p = &wwtouched[row1x];
209 p = &wwtouched[row2x];
217 p = &wwtouched[row1x];
228 p = &wwtouched[row1x];
Dwwinit.c256 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()
Dwwlabel.c74 touched = wwtouched[row];
93 wwtouched[row] = touched;
Dwwdelchar.c97 touched = wwtouched[row];
110 wwtouched[row] = touched;
Dwwinschar.c99 touched = wwtouched[row];
112 wwtouched[row] = touched;
Dwwdelete.c67 wwtouched[i] |= WWU_TOUCHED;
127 wwtouched[i] |= WWU_TOUCHED;
Dwwredraw.c54 wwtouched[i] = WWU_TOUCHED; in wwredraw()
Dwwredrawwin.c74 wwtouched[row] |= WWU_TOUCHED;
Dwwunframe.c72 wwtouched[i] |= WWU_TOUCHED;
Dwwclreol.c98 wwtouched[row] |= WWU_TOUCHED;
Dwwadd.c88 wwtouched[i] |= WWU_TOUCHED;
Dwwwrite.c45 w->ww_cur.r < wwnrow && wwtouched[w->ww_cur.r]) \
151 wwtouched[w->ww_cur.r] |= WWU_TOUCHED;
Dwwcursor.c72 wwtouched[w->ww_cur.r] |= WWU_TOUCHED;
Dww.h233 char *wwtouched; /* wwns changed flags */ variable
Dwwframe.c245 wwtouched[r] |= WWU_TOUCHED;
Dcmd7.c221 wwtouched[r] |= WWU_TOUCHED; in yank_highlight_line()