Searched refs:wdot (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_vops3.c | 89 wdot = dot; 103 if (dot == wdot) { 104 wdot = 0; 119 wdot--; 128 idot = wdot; 134 idot = wdot; 182 if (dir < 0 && (wdot != llimit || wcursor != linebuf)) { 191 (wdot != dot - 1 || cursor != linebuf)) { 201 if (wcursor == icurs && wdot == idot || wcursor != linebuf || !endPS()) 323 line *swdot = wdot; in lindent() [all …]
|
H A D | ex_voper.c | 90 wdot = NOLINE; in operate() 257 wdot = (odot - oline) + i - 1; in operate() 343 odot = wdot = dot; in operate() 349 dot = wdot = odot; in operate() 359 "dol=%d\n", lineno(dot), lineno(wdot), lineno(dol)); in operate() 529 wdot = dot + cnt; in operate() 622 wdot = dot + cnt - 1; in operate() 632 wdot = (dot - vcline) + cnt - 1; in operate() 634 markit(wdot); in operate() 643 wdot = dot - cnt; in operate() [all …]
|
H A D | ex_vops.c | 353 if (wdot) { in vmove() 354 if (wdot < one || wdot > dol) { in vmove() 358 cnt = wdot - dot; in vmove() 359 wdot = NOLINE; in vmove() 435 if (wdot) { in vdelete() 446 wdot = dot; in vdelete() 452 if (wdot > dol) in vdelete() 501 if (wdot) { in vchange() 512 wdot = 0; in vchange() 527 getaline(*wdot); in vchange() [all …]
|
H A D | ex_vis.h | 156 var line *wdot; variable
|
H A D | ex_vmain.c | 394 …fprintf(trace, "before vdown in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(… 407 …fprintf(trace, "before vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno… 412 …fprintf(trace, "after vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(…
|
H A D | ex_vget.c | 731 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
|
H A D | ex_vadj.c | 553 wdot = NOLINE; in vrepaint()
|