Home
last modified time | relevance | path

Searched refs:unddel (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_cmdsub.c166 unddel = a1 - 1; in delete()
209 unddel = addr1; in deletenone()
400 unddel = addrt; in move1()
555 unddel = dot - 1; in pragged()
1233 if ((i = (jp = unddel) - undap2) > 0) { in undo()
1239 unddel = jp-1; in undo()
1245 addr2 = jp + ((unddel = undap2) - undap1); in undo()
1248 move1(0, unddel); in undo()
1336 if (unddel >= jp) in undo()
1337 unddel -= i; in undo()
[all …]
H A Dex_set.c158 if (tmpadr == unddel) { in set()
201 if (tmpadr == unddel) { in set()
H A Dex_v.c421 unddel = zero; in undvis()
H A Dex.h351 var line *unddel; /* Saved deleted lines go after here */ variable
H A Dex_vget.c747 s, undkind, vundkind, lineno(unddel), lineno(undap1), lineno(undap2));
H A Dex_subr.c717 unddel = a1 - 1; in save()