Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c79 undap1 = addr1; in append()
112 undap1 = undap2 = addr1; in appendnone()
394 undap1 = addrt + 1; in move1()
399 undap1 = addr1; in move1()
554 undap1 = dot; in pragged()
1252 kp = undap1; in undo()
1361 unddel = undap1 - 1; in undo()
1416 if (undap1 >= jp) in undo()
1417 undap1 += i; in undo()
1432 unddel = undap1 - 1; in undo()
[all …]
H A Dex_vops.c113 addr1 = undap1;
125 if (undkind == UNDPUT && undap1 == undap2) {
138 vreplace(undap1 - addr, undap2 - undap1,
863 vreplace(vcline, cnt, undap2 - undap1); in vfilter()
H A Dex_vmain.c957 undap1++, undap2++;
971 …e(%d, %d, %d), undap1=%d, undap2=%d, dot=%d\n", vcline, i, nlput, lineno(undap1), lineno(undap2), …
1359 undap1 = undap2 = dot;
H A Dex_set.c144 if (tmpadr == undap1) { in set()
H A Dex_unix.c419 undap1 = undap2 = addr2+1; in vi_filter()
H A Dex_v.c420 undap1 = one; in undvis()
H A Dex.h352 var line *undap1; /* Beginning of new lines */ variable
H A Dex_vget.c748 s, undkind, vundkind, lineno(unddel), lineno(undap1), lineno(undap2));
H A Dex_io.c463 undap1 = undap2 = dot + 1; in rop()
H A Dex_subr.c725 undap1 = a1; in save()
H A Dex_vops2.c610 undap1--; in vappend()