Lines Matching refs:viscol
109 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ? in term_flushln()
110 0 : p->tcol->offset - p->viscol; in term_flushln()
120 vfield = p->tcol->rmargin > p->viscol + vbl ? in term_flushln()
121 p->tcol->rmargin - p->viscol - vbl : 0; in term_flushln()
131 p->maxrmargin > p->viscol + vbl ? in term_flushln()
132 p->maxrmargin - p->viscol - vbl : 0; in term_flushln()
416 p->viscol += vbl; in term_field()
425 p->viscol -= dv; in term_field()
429 p->viscol += dv; in term_field()
444 if (p->viscol && p->maxrmargin >= p->viscol) in endline()
445 (*p->advance)(p, p->maxrmargin - p->viscol + 1); in endline()
450 p->viscol = 0; in endline()
464 if (p->tcol->lastcol || p->viscol) in term_newln()
480 p->viscol = 0; in term_vspace()