Home
last modified time | relevance | path

Searched refs:a2width (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dman_html.c60 static int a2width(const struct man_node *,
282 a2width(const struct man_node *n, struct roffsu *su) in a2width() function
546 if (NULL == np || ! a2width(np, &su)) in man_HP_pre()
647 a2width(n->head->child, &su); in man_RS_pre()
H A Dmdoc_term.c53 static int a2width(const struct termp *, const char *);
533 a2width(const struct termp *p, const char *v) in a2width() function
660 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
693 offset += dcol + a2width(p, in termp_it_pre()
709 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; in termp_it_pre()
720 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
1562 offset = a2width(p, n->norm->Bd.offs); in termp_bd_pre()
H A Dmdoc_html.c57 static void a2width(const char *, struct roffsu *);
281 a2width(const char *p, struct roffsu *su) in a2width() function
903 a2width(bl->norm->Bl.width, &su); in mdoc_it_pre()
957 a2width(n->norm->Bl.cols[i], &su); in mdoc_bl_pre()
983 a2width(n->norm->Bl.offs, &su); in mdoc_bl_pre()
1159 a2width(n->norm->Bd.offs, &su); in mdoc_bd_pre()