Searched refs:term_strlen (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 52 return(term_strlen((const struct termp *)arg, p)); in term_tbl_strlen() 334 sz = term_strlen(tp, cp); in tbl_char() 349 len = term_strlen(tp, dp->string); in tbl_literal() 400 sz = term_strlen(tp, dp->string); in tbl_number() 405 psz = term_strlen(tp, buf); in tbl_number() 411 ssz += term_strlen(tp, buf); in tbl_number()
|
H A D | mdoc_term.c | 413 term_strlen(p, meta->date) + term_len(p, 1)) / 2; in print_mdoc_foot() 421 p->rmargin = p->maxrmargin - term_strlen(p, meta->os); in print_mdoc_foot() 469 buflen = term_strlen(p, buf); in print_mdoc_head() 478 titlen = term_strlen(p, title); in print_mdoc_head() 485 term_strlen(p, buf) + term_len(p, 1)) / 2 : in print_mdoc_head() 536 SCALE_HS_INIT(&su, term_strlen(p, v)); in a2width() 556 SCALE_HS_INIT(&su, term_strlen(p, v)); in a2offs() 1011 term_strlen(p, meta->name) : in termp_nm_pre() 1013 term_strlen(p, n->prev->child->string) : in termp_nm_pre() 1029 p->rmargin += term_strlen(p, meta->name); in termp_nm_pre() [all …]
|
H A D | term.h | 119 size_t term_strlen(const struct termp *, const char *);
|
H A D | man_term.c | 1103 datelen = term_strlen(p, meta->date); in print_man_foot() 1120 p->rmargin = p->maxrmargin - term_strlen(p, title); in print_man_foot() 1155 buflen = term_strlen(p, buf); in print_man_head() 1160 titlen = term_strlen(p, title); in print_man_head() 1167 term_strlen(p, buf) + term_len(p, 1)) / 2 : in print_man_head()
|
H A D | term.c | 641 term_strlen(const struct termp *p, const char *cp) in term_strlen() function
|