Home
last modified time | relevance | path

Searched refs:term_len (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dman_term.c162 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); in terminal_man()
163 mt.offset = term_len(p, p->defindent); in terminal_man()
385 p->tcol->offset = term_len(p, p->defindent); in pre_in()
434 len = term_len(p, p->defindent); in pre_HP()
479 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_PP()
523 len = term_len(p, p->defindent); in pre_IP()
598 len = term_len(p, p->defindent); in pre_TP()
655 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SS()
656 mt->offset = term_len(p, p->defindent); in pre_SS()
676 p->tcol->offset = term_len(p, 3); in pre_SS()
[all …]
H A Dmdoc_term.c460 (p->maxrmargin + term_len(p, 1) - sz) / 2 : 0; in print_mdoc_foot()
527 (p->maxrmargin - vollen + term_len(p, 1)) / 2 : in print_mdoc_head()
659 width = term_len(p, 2); in termp_it_pre()
663 width = term_len(p, 8); in termp_it_pre()
666 width = term_len(p, 10); in termp_it_pre()
703 dcol = ncols < 5 ? term_len(p, 4) : in termp_it_pre()
704 ncols == 5 ? term_len(p, 3) : term_len(p, 1); in termp_it_pre()
746 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
800 } else if (width <= (int)term_len(p, 2)) in termp_it_pre()
987 p->tcol->offset += term_len(p, 6); in termp_nm_pre()
[all …]
H A Dterm.h148 size_t term_len(const struct termp *, size_t);
H A Dterm.c242 vbr + term_len(p, p->trailspace) > vfield)) in term_flushln()
899 term_len(const struct termp *p, size_t sz) in term_len() function
H A Dtbl_term.c156 return term_len((const struct termp *)arg, sz); in term_tbl_len()
830 padl = term_len(tp, 1); in tbl_literal()