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

/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_refresh.c170 size_t cwtotal, cnt, len, notused, off, y; local
508 for (cwtotal = 0; cnt--; cwtotal += KEY_COL(sp, ch))
516 cwtotal -= 1;
523 cwtotal -= KEY_COL(sp, ch) - 1;
530 if (SCNO < cwtotal)
532 SCNO -= cwtotal;
547 for (cwtotal = SCNO; cnt--;) {
550 if ((cwtotal += KEY_COL(sp, ch)) >= SCREEN_COLS(sp))
558 SCNO = cwtotal;
[all...]

Completed in 145 milliseconds