Home | History | Annotate | Download | only in vi

Lines Matching defs:cno

107 	size_t chlen, cno, curoff, last = 0, len, scno;
203 for (cno = *cnop;; --cno) {
213 if (cno == 0)
239 if (cno == 0)
293 vs_colpos(SCR *sp, db_recno_t lno, size_t cno)
311 off = cno / sp->cols;
312 cno %= sp->cols;
381 * 1: scno == cno, i.e. the current character ends at the
386 * 2: scno != cno, i.e. this character overruns the character
389 if ((scno += chlen) >= cno) {
391 return (scno == cno ?