Searched refs:unddol (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmdsub.c | 91 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 D | ex_v.c | 384 * 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 D | ex_set.c | 195 for (tmpadr = dol+1; tmpadr <= unddol; tmpadr++) { 208 if (tmpadr == unddol) {
|
H A D | ex_subr.c | 705 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 D | ex.c | 522 dot = zero = truedol = unddol = dol = fendcore; 694 dot = zero = truedol = unddol = dol = fendcore;
|
H A D | ex_temp.c | 229 for (tmpptr = dot; tmpptr < unddol; tmpptr++) 234 unddol--; 612 unddol = dol;
|
H A D | ex_vmain.c | 898 forbid (!vreg && unddol == dol); 1198 if (unddol == truedol) {
|
H A D | ex_vops.c | 131 * with dol through unddol-1. Hack screen image to 139 undkind == UNDPUT ? 0 : unddol - dol); 292 unddol += more; truedol += more; undap2 += more;
|
H A D | ex.h | 321 * 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 D | ex_vget.c | 748 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 84 milliseconds