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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.c109 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ?
110 0 : p->tcol->offset - p->viscol;
120 vfield = p->tcol->rmargin > p->viscol + vbl ?
121 p->tcol->rmargin - p->viscol - vbl : 0;
132 p->maxrmargin > p->viscol + vbl ?
133 p->maxrmargin - p->viscol - vbl : 0;
210 p->viscol = 0;
394 p->viscol += vbl;
403 p->viscol -= dv;
407 p->viscol
[all...]
H A Dtbl_term.c338 tp->viscol = tp->tcol->offset;
462 if (tp->viscol < tp->tcol->rmargin) {
464 - tp->viscol);
465 tp->viscol = tp->tcol->rmargin;
467 while (tp->viscol < tp->tcol->rmargin +
542 } while (tp->viscol < tp->tcol->offset);
547 tp->viscol = 0;
614 if (tp->viscol == 0) {
616 tp->viscol = tp->tcols->offset;
722 tp->viscol
[all...]
H A Dterm.h73 size_t viscol; /* Chars on current line. */ member in struct:termp

Completed in 231 milliseconds