Searched refs:undap1 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c71 undap1 = undap2 = dot + 1;
78 undap1 = addr1;
111 undap1 = undap2 = addr1;
308 undap1 = undap2 = addr1;
393 undap1 = addrt + 1;
394 undap2 = undap1 + nlines;
398 undap1 = addr1;
553 undap1 = dot;
1238 addr1 = (jp = undap1) + i;
1245 addr2 = jp + ((unddel = undap2) - undap1);
[all...]
H A Dex_vops.c113 addr1 = undap1;
125 if (undkind == UNDPUT && undap1 == undap2) {
130 * Undo() call below basically replaces undap1 to undap2-1
138 vreplace(undap1 - addr, undap2 - undap1,
857 * BUG: we shouldn't be depending on what undap2 and undap1 are,
863 vreplace(vcline, cnt, undap2 - undap1);
H A Dex_vmain.c955 * Increment undap1, undap2 to make up
960 undap1++, undap2++;
974 fprintf(trace, "vreplace(%d, %d, %d), undap1=%d, undap2=%d, dot=%d\n", vcline, i, nlput, lineno(undap1), lineno(undap2), lineno(dot));
1362 undap1 = undap2 = dot;
H A Dex_set.c144 if (tmpadr == undap1) {
H A Dex_unix.c419 undap1 = undap2 = addr2+1;
H A Dex_v.c422 undap1 = one;
H A Dex.h342 * we delete the lines [undap1,undap2).
352 var line *undap1; /* Beginning of new lines */ variable
H A Dex_vget.c746 fprintf(trace, "\n%s: undkind=%d, vundkind=%d, unddel=%d, undap1=%d, undap2=%d,\n",
747 s, undkind, vundkind, lineno(unddel), lineno(undap1), lineno(undap2));
H A Dex_io.c454 * Next, it is necessary to mark the beginning (undap1) and
460 undap1 = undap2 = dot + 1;
H A Dex_subr.c718 undap1 = a1;
H A Dex_vops2.c610 undap1--;

Completed in 647 milliseconds