HomeSort by: relevance | last modified time | path
    Searched refs:term_len (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/mdocml/dist/
man_term.c 167 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent);
168 mt.offset = term_len(p, p->defindent);
396 p->tcol->offset = term_len(p, p->defindent);
445 len = term_len(p, p->defindent);
490 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent);
534 len = term_len(p, p->defindent);
609 len = term_len(p, p->defindent);
666 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent);
667 mt->offset = term_len(p, p->defindent);
683 p->tcol->offset = term_len(p, 3)
    [all...]
mdoc_term.c 463 (p->maxrmargin + term_len(p, 1) - sz) / 2 : 0;
530 (p->maxrmargin - vollen + term_len(p, 1)) / 2 :
651 width = term_len(p, 2);
655 width = term_len(p, 8);
658 width = term_len(p, 10);
695 dcol = ncols < 5 ? term_len(p, 4) :
696 ncols == 5 ? term_len(p, 3) : term_len(p, 1);
738 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2);
792 } else if (width <= (int)term_len(p, 2)
    [all...]
term.h 148 size_t term_len(const struct termp *, size_t);
tbl_term.c 157 return term_len((const struct termp *)arg, sz);
831 padl = term_len(tp, 1);
term.c 241 vbr + term_len(p, p->trailspace) > vfield))
898 term_len(const struct termp *p, size_t sz) function

Completed in 37 milliseconds