HomeSort by: relevance | last modified time | path
    Searched defs:cwtotal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_refresh.c 151 size_t cwtotal, cnt, len, notused, off, y, chlen; local
479 * cwtotal acts as new value for SCNO. Set cwtotal to the
489 cwtotal = SCNO;
493 cwtotal = SCNO + 1 - chlen;
512 || (chlen = KEY_COL(sp, ch)) > cwtotal)
514 cwtotal -= chlen;
522 cwtotal += chlen - 1;
527 SCNO = cwtotal;
536 * cwtotal acts as new value for SCNO. Set cwtotal to th
    [all...]
vs_refresh.c 151 size_t cwtotal, cnt, len, notused, off, y, chlen; local
479 * cwtotal acts as new value for SCNO. Set cwtotal to the
489 cwtotal = SCNO;
493 cwtotal = SCNO + 1 - chlen;
512 || (chlen = KEY_COL(sp, ch)) > cwtotal)
514 cwtotal -= chlen;
522 cwtotal += chlen - 1;
527 SCNO = cwtotal;
536 * cwtotal acts as new value for SCNO. Set cwtotal to th
    [all...]

Completed in 48 milliseconds