Home
last modified time | relevance | path

Searched refs:wdot (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c89 wdot = dot;
104 wdot = 0;
119 wdot--;
134 idot = wdot;
346 wdot = addr; in lindent()
368 wdot = swdot; in lindent()
401 wdot = dot; in lmatchp()
440 wdot = 0; in lsmatch()
547 wdot++; in lnext()
561 wdot--; in lnext()
[all …]
H A Dex_voper.c90 wdot = NOLINE; in operate()
635 markit(wdot); in operate()
644 wdot = dot - cnt; in operate()
655 wdot = dot - cnt; in operate()
668 markit(wdot); in operate()
679 markit(wdot); in operate()
776 forbid(wdot < one || wdot > dol); in operate()
778 markit(wdot); in operate()
900 wdot = addr; in operate()
907 wdot = dot; in operate()
[all …]
H A Dex_vops.c353 if (wdot) { in vmove()
354 if (wdot < one || wdot > dol) { in vmove()
359 wdot = NOLINE; in vmove()
435 if (wdot) { in vdelete()
446 wdot = dot; in vdelete()
501 if (wdot) { in vchange()
512 wdot = 0; in vchange()
887 if (wdot == NOLINE || wdot < one || wdot > dol) { in xdw()
897 addr = dot; dot = wdot; wdot = addr; in xdw()
906 wdot--; in xdw()
[all …]
H A Dex_vmain.c392 …fprintf(trace, "before vdown in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(…
405 …fprintf(trace, "before vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno…
410 …fprintf(trace, "after vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(…
H A Dex_vis.h154 var line *wdot; variable
H A Dex_vget.c732 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
H A Dex_vadj.c553 wdot = NOLINE; in vrepaint()