Searched refs:unddol (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c91 unddol++;
185 unddol -= i;
220 line *a1 = dol + 1, *a2 = unddol + 1, *a3 = truedol + 1;
229 truedol -= unddol - dol;
230 unddol = dol;
423 if (tad1 > unddol)
437 cnt = unddol - dol;
492 getaline(*unddol);
510 * So unddol = "3cd"
513 putmark(unddol);
[all...]
H A Dex_v.c384 * Save lines before visual between unddol and truedol.
385 * Accomplish this by throwing away current [unddol,truedol]
387 * unddol back to dol. Don't do this if in a global.
402 truedol = unddol;
404 unddol = dol;
410 * stuff back to [unddol,dol], and killing the partial line kill indicators.
420 unddol = truedol;
H A Dex_set.c195 for (tmpadr = dol+1; tmpadr <= unddol; tmpadr++) {
208 if (tmpadr == unddol) {
H A Dex_subr.c705 more = (a2 - a1 + 1) - (unddol - dol);
711 (*(more > 0 ? copywR : copyw))(unddol + more + 1, unddol + 1, local
712 (truedol - unddol));
713 unddol += more;
H A Dex.c522 dot = zero = truedol = unddol = dol = fendcore;
694 dot = zero = truedol = unddol = dol = fendcore;
H A Dex_temp.c229 for (tmpptr = dot; tmpptr < unddol; tmpptr++)
234 unddol--;
612 unddol = dol;
H A Dex_vmain.c898 forbid (!vreg && unddol == dol);
1198 if (unddol == truedol) {
H A Dex_vops.c131 * with dol through unddol-1. Hack screen image to
139 undkind == UNDPUT ? 0 : unddol - dol);
292 unddol += more; truedol += more; undap2 += more;
H A Dex.h321 * line considered to be in the buffer, between dol and unddol.
323 * dol and unddol, a copy of the entire, pre-command buffer state
324 * is saved between unddol and truedol.
332 var line *unddol; /* End of undo saved lines */ variable
339 * dol and unddol before they are changed (i.e. we save the descriptors
346 * are lines saved between dol and unddol we don't stick these back
H A Dex_vget.c748 fprintf(trace, " undadot=%d, dot=%d, dol=%d, unddol=%d, truedol=%d\n",
749 lineno(undadot), lineno(dot), lineno(dol), lineno(unddol), lineno(truedol));

Completed in 132 milliseconds