Lines Matching refs:y
53 int y = win->_cury; in wclrtoeol() local
62 if (ISMBIT(win->_y[y][x])) { in wclrtoeol()
68 if (ISMBIT(win->_y[y][maxx - 1])) { in wclrtoeol()
70 if (!ISCBIT(win->_y[y][cx])) in wclrtoeol()
72 wc = RBYTE(win->_y[y][cx]); in wclrtoeol()
79 memSset(&win->_y[y][x], win->_bkgd, maxx - x); in wclrtoeol()
84 (*_y16update)(win, 1, maxx - x, y, x); in wclrtoeol()
89 if (_BEGNS[y] >= x) in wclrtoeol()
91 _BEGNS[y] = (short) maxx; in wclrtoeol()
92 if (_ENDNS[y] >= x) in wclrtoeol()
93 _ENDNS[y] = _BEGNS[y] > x ? -1 : x-1; in wclrtoeol()
95 _CURHASH[y] = x == 0 ? 0 : _NOHASH; in wclrtoeol()
98 char *mkp = _MARKS[y]; in wclrtoeol()
115 mkp = _COLOR_MARKS[y]; in wclrtoeol()
134 "lastch = %d, next firstch %d\n", y, win->_begx, in wclrtoeol()
135 win->_firstch[y], win->_lastch[y], win->_firstch[y+1]); in wclrtoeol()
138 if (win->_firstch[y] > x) in wclrtoeol()
140 win->_firstch[y] = (short) x; in wclrtoeol()
141 win->_lastch[y] = maxx - 1; in wclrtoeol()