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

/freebsd-10.1-release/contrib/nvi/vi/
H A Dvs_smap.c416 size_t cnt_orig, cnt_new, cnt, diff; local
426 cnt_orig = cnt_new = 1;
430 cnt_new = vs_screens(sp, lno, NULL);
435 if (cnt_orig == cnt_new) {
444 if (cnt_orig < cnt_new) {
446 diff = cnt_new - cnt_orig;
468 for (cnt = 1, t = p; cnt_new-- && t <= TMAP; ++t, ++cnt) {
477 diff = cnt_orig - cnt_new;
488 for (cnt = 1, t = p; cnt_new--; ++t, ++cnt) {

Completed in 43 milliseconds