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

/freebsd-10-stable/contrib/nvi/vi/
H A Dvs_smap.c314 size_t cnt_orig; local
322 cnt_orig = 1;
324 for (cnt_orig = 1, t = p + 1;
325 t <= TMAP && t->lno == lno; ++cnt_orig, ++t);
327 HANDLE_WEIRDNESS(cnt_orig);
331 if (vs_deleteln(sp, cnt_orig))
335 memmove(p, p + cnt_orig, (((TMAP - p) - cnt_orig) + 1) * sizeof(SMAP));
338 for (t = TMAP - cnt_orig; p <= t; ++p)
342 for (p = TMAP - cnt_orig;;) {
362 size_t cnt_orig, cnt, coff; local
416 size_t cnt_orig, cnt_new, cnt, diff; local
[all...]

Completed in 52 milliseconds