Lines Matching refs:dot
105 if (dot == one) { in vup()
118 vshow(dot - cnt, NOLINE); in vup()
121 cnt -= vcline, dot -= vcline, vcline = 0; in vup()
125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO) in vup()
128 …if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - c… in vup()
132 vcontext(dot + ind - cnt, '.'); in vup()
138 vcline += ind, dot += ind; in vup()
140 dot -= vcline - vcnt + 1, vcline = vcnt - 1; in vup()
153 if (dot == dol) { in vdown()
158 i = dol - dot; in vdown()
167 vshow(dot + cnt, NOLINE); in vdown()
170 cnt -= i, dot += i, vcline += i; in vdown()
175 if (state != VISUAL || cnt - tot > 0 || vfit(dot, cnt) > tot / 3 + 1) { in vdown()
177 vcontext(dot + cnt, '.'); in vdown()
184 vcline -= ind, dot -= ind; in vdown()
186 dot -= vcline, vcline = 0; in vdown()
263 int cnt = addr - dot; in vshow()
268 dot = addr; in vshow()
274 dot = addr; in vshow()
275 vopen(dot, WBOT); in vshow()
282 dot = top; in vshow()
294 dot = addr; in vshow()
357 if (tp > dot) in vfit()
389 dot++, vcline++; in vroll()
390 vopen(dot, LASTLINE); in vroll()
425 dot--; in vrollR()
426 vopen(dot, WTOP); in vrollR()