Home
last modified time | relevance | path

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

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