• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/mandoc/

Lines Matching refs:tcol

261 	p->tcol->rmargin = p->maxrmargin = p->defrmargin;
336 offset = p->tcol->offset;
337 rmargin = p->tcol->rmargin;
441 p->tcol->offset = offset;
442 p->tcol->rmargin = rmargin;
462 p->tcol->offset = 0;
464 p->tcol->rmargin = p->maxrmargin > sz ?
472 p->tcol->offset = p->tcol->rmargin;
474 p->tcol->rmargin = p->maxrmargin > sz ? p->maxrmargin - sz : 0;
480 p->tcol->offset = p->tcol->rmargin;
481 p->tcol->rmargin = p->maxrmargin;
489 p->tcol->offset = 0;
490 p->tcol->rmargin = p->maxrmargin;
530 p->tcol->offset = 0;
531 p->tcol->rmargin = 2 * (titlen+1) + vollen < p->maxrmargin ?
539 p->tcol->offset = p->tcol->rmargin;
540 p->tcol->rmargin = p->tcol->offset + vollen + titlen <
548 if (p->tcol->rmargin + titlen <= p->maxrmargin) {
550 p->tcol->offset = p->tcol->rmargin;
551 p->tcol->rmargin = p->maxrmargin;
557 p->tcol->offset = 0;
558 p->tcol->rmargin = p->maxrmargin;
687 if (offset < 0 && (size_t)(-offset) > p->tcol->offset)
688 offset = -p->tcol->offset;
752 if (width < 0 && (size_t)(-width) > p->tcol->offset)
753 width = -p->tcol->offset;
853 p->tcol->offset += offset;
863 p->tcol->rmargin = p->tcol->offset + width;
865 p->tcol->offset += width;
869 p->tcol->rmargin = p->tcol->offset + width;
876 if (n->next == NULL && p->tcol->rmargin < p->maxrmargin)
877 p->tcol->rmargin = p->maxrmargin;
992 p->tcol->offset += term_len(p, 6);
994 p->tcol->offset += term_len(p, 1) +
1009 p->tcol->rmargin = p->tcol->offset + term_len(p, 1);
1011 p->tcol->rmargin += term_strlen(p, meta->name);
1013 p->tcol->rmargin += term_strlen(p, n->child->string);
1017 p->tcol->rmargin += term_len(p, 5);
1289 p->tcol->offset = term_len(p, p->defindent);
1320 p->tcol->offset = 0;
1342 p->tcol->offset += term_len(p, p->defindent + 1);
1373 rmargin = p->tcol->rmargin;
1374 p->tcol->rmargin = p->tcol->offset + term_len(p, 4);
1390 p->tcol->offset = p->tcol->rmargin;
1391 p->tcol->rmargin = rmargin;
1466 p->tcol->offset += term_len(p, p->defindent + 1);
1468 p->tcol->offset += term_len(p, (p->defindent + 1) * 2);
1471 if (offset < 0 && (size_t)(-offset) > p->tcol->offset)
1472 p->tcol->offset = 0;
1474 p->tcol->offset += offset;
1547 p->tcol->offset = term_len(p, (p->defindent+1)/2);
1550 p->tcol->offset = term_len(p, p->defindent);
1797 rmargin = p->tcol->rmargin;
1798 p->tcol->rmargin = p->tcol->offset + term_len(p, 4);
1810 p->tcol->offset = p->tcol->rmargin;
1811 p->tcol->rmargin = rmargin;