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

/freebsd-11-stable/contrib/mdocml/
H A Dterm.c121 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ?
122 0 : p->tcol->offset - p->viscol;
125 maxvis = p->tcol->rmargin > p->viscol + vbl ?
126 p->tcol->rmargin - p->viscol - vbl : 0;
128 p->maxrmargin > p->viscol + vbl ?
129 p->maxrmargin - p->viscol - vbl : 0;
259 p->viscol += vbl;
265 p->viscol -= (*p->width)(p,
268 p->viscol += (*p->width)(p,
331 if (p->viscol
[all...]
H A Dtbl_term.c235 tp->viscol = tp->tcol->offset + 1;
338 if (tp->viscol < tp->tcol->rmargin) {
340 - tp->viscol);
341 tp->viscol = tp->tcol->rmargin;
343 while (tp->viscol < tp->tcol->rmargin +
346 tp->viscol++;
367 tp->viscol++;
384 tp->viscol++;
411 tp->tcol->offset > tp->viscol ?
412 tp->tcol->offset - tp->viscol
[all...]
H A Dterm.h73 size_t viscol; /* Chars on current line. */ member in struct:termp

Completed in 161 milliseconds