Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ex/
H A Dex_vadj.c921 vreplace(l, cnt, newcnt) in vreplace() argument
922 int l, cnt, newcnt; in vreplace()
963 if (newcnt < 0)
964 newcnt = 0;
979 if (cnt == newcnt || vcnt - l == newcnt && AL && DL) {
982 vdirty(l, newcnt);
1007 if (newcnt > 0) {
1013 if (newcnt > 1 && l + newcnt > vcnt + 1)
1020 if (l + newcnt > WBOT && AL && DL) {
1024 from = vcnt, to = vcnt + newcnt;
[all …]