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

/freebsd-10.0-release/contrib/nvi/vi/
H A Dvs_line.c46 size_t chlen = 0, cno_cnt, cols_per_screen, len, nlen; local
332 cno_cnt = 0;
337 cno_cnt = (sp->cno - offset_in_line) + 1;
386 if (cno_cnt &&
387 --cno_cnt == 0 && (F_ISSET(sp, SC_TINPUT) || !is_partial)) {

Completed in 108 milliseconds