Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/vi/
Dvs_line.c47 size_t chlen = 0, cno_cnt, cols_per_screen, len, nlen; local
325 cno_cnt = 0;
330 cno_cnt = (sp->cno - offset_in_line) + 1;
380 if (cno_cnt &&
381 --cno_cnt == 0 && (F_ISSET(sp, SC_TINPUT) || !is_partial)) {