Searched refs:term_len (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/mandoc/ |
H A D | man_term.c | 162 mt.lmargin[mt.lmargincur] = term_len(p, 7); in terminal_man() 163 mt.offset = term_len(p, p->defindent); in terminal_man() 406 p->tcol->offset = term_len(p, p->defindent); in pre_in() 455 len = term_len(p, p->defindent); in pre_HP() 544 len = term_len(p, p->defindent); in pre_IP() 619 len = term_len(p, p->defindent); in pre_TP() 677 mt->offset = term_len(p, p->defindent); in pre_SS() 693 p->tcol->offset = term_len(p, 3); in pre_SS() 718 mt->offset = term_len(p, p->defindent); in pre_SH() 792 n->aux = term_len(p, p->defindent); in pre_RS() [all …]
|
H A D | mdoc_term.c | 647 width = term_len(p, 2); in termp_it_pre() 651 width = term_len(p, 8); in termp_it_pre() 654 width = term_len(p, 10); in termp_it_pre() 691 dcol = ncols < 5 ? term_len(p, 4) : in termp_it_pre() 692 ncols == 5 ? term_len(p, 3) : term_len(p, 1); in termp_it_pre() 789 } else if (width <= (int)term_len(p, 2)) in termp_it_pre() 976 p->tcol->offset += term_len(p, 6); in termp_nm_pre() 978 p->tcol->offset += term_len(p, 1) + in termp_nm_pre() 1001 p->tcol->rmargin += term_len(p, 5); in termp_nm_pre() 1277 p->tcol->offset = term_len(p, p->defindent); in termp_sh_pre() [all …]
|
H A D | term.h | 149 size_t term_len(const struct termp *, size_t);
|
H A D | term.c | 246 vbr + term_len(p, p->trailspace) > vfield)) in term_flushln() 672 uc -= term_len(p, 1); in term_word() 953 term_len(const struct termp *p, size_t sz) in term_len() function
|
H A D | tbl_term.c | 155 return term_len((const struct termp *)arg, sz); in term_tbl_len() 829 padl = term_len(tp, 1); in tbl_literal()
|