Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_term.c461 sz = term_strlen(p, meta->date); in print_mdoc_foot()
471 sz = term_strlen(p, meta->os); in print_mdoc_foot()
517 vollen = term_strlen(p, volume); in print_mdoc_head()
524 titlen = term_strlen(p, title); in print_mdoc_head()
569 SCALE_HS_INIT(&su, term_strlen(p, v)); in a2width()
570 su.scale /= term_strlen(p, "0"); in a2width()
707 term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
708 su.scale /= term_strlen(p, "0"); in termp_it_pre()
726 su.scale /= term_strlen(p, "0"); in termp_it_pre()
982 term_strlen(p, cp); in termp_nm_pre()
[all …]
H A Dtbl_term.c151 return term_strlen((const struct termp *)arg, p); in term_tbl_strlen()
771 sz = term_strlen(tp, cp); in tbl_fill_string()
819 len = term_strlen(tp, dp->string); in tbl_literal()
884 totsz = term_strlen(tp, dp->string); in tbl_number()
892 intsz += term_strlen(tp, buf); in tbl_number()
H A Dterm.h147 size_t term_strlen(const struct termp *, const char *);
H A Dman_term.c833 len = nn == NULL ? 1 : term_strlen(p, nn->string) + 1; in pre_SY()
1031 datelen = term_strlen(p, meta->date); in print_man_foot()
1048 titlen = term_strlen(p, title); in print_man_foot()
1092 vollen = term_strlen(p, volume); in print_man_head()
1097 titlen = term_strlen(p, title); in print_man_head()
H A Dterm.c693 csz = term_strlen(p, cp); in term_word()
916 term_strlen(const struct termp *p, const char *cp) in term_strlen() function