Home | History | Annotate | Download | only in vi

Lines Matching defs:tlen

464 	size_t tlen;
470 tlen = sp->rows;
491 if (tlen < tsp->rows)
494 tlen -= tsp->rows;
497 if (tlen == 0) {
505 tlen = sp->rows;
526 if (tlen < tsp->rows)
529 tlen -= tsp->rows;
532 if (tlen == 0) {
541 tlen = sp->cols;
562 if (tlen < tsp->cols)
565 tlen -= tsp->cols + first;
569 if (tlen == 0) {
578 tlen = sp->cols;
599 if (tlen < tsp->cols)
602 tlen -= tsp->cols + first;
606 if (tlen == 0) {