Searched refs:term_strlen (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | mdoc_term.c | 448 datelen = term_strlen(p, meta->date); in print_mdoc_foot() 453 titlen = term_strlen(p, title); in print_mdoc_foot() 507 vollen = term_strlen(p, volume); in print_mdoc_head() 516 titlen = term_strlen(p, title); in print_mdoc_head() 572 su.scale = term_strlen(p, v); in a2width() 712 su.scale = term_strlen(p, bl->norm->Bl.cols[i]); in termp_it_pre() 730 su.scale = term_strlen(p, bl->norm->Bl.cols[i]); in termp_it_pre() 986 term_strlen(p, cp); in termp_nm_pre() 1002 p->tcol->rmargin += term_strlen(p, meta->name); in termp_nm_pre() 1004 p->tcol->rmargin += term_strlen(p, n->child->string); in termp_nm_pre()
|
| H A D | term.h | 143 size_t term_strlen(const struct termp *, const char *);
|
| H A D | man_term.c | 854 len += term_strlen(p, nn->string); in pre_SY() 1036 datelen = term_strlen(p, meta->date); in print_man_foot() 1038 titlen = term_strlen(p, title); in print_man_foot() 1097 vollen = term_strlen(p, volume); in print_man_head() 1102 titlen = term_strlen(p, title); in print_man_head()
|
| H A D | tbl_term.c | 145 return term_strlen((const struct termp *)arg, p); in term_tbl_strlen() 819 sz = term_strlen(tp, cp); in tbl_fill_string() 934 totsz = term_strlen(tp, dp->string); in tbl_number() 942 intsz += term_strlen(tp, buf); in tbl_number()
|
| H A D | term.c | 755 csz = term_strlen(p, cp); in term_word() 990 term_strlen(const struct termp *p, const char *cp) in term_strlen() function
|