Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dman_html.c60 static int a2width(const struct roff_node *,
277 a2width(const struct roff_node *n, struct roffsu *su) in a2width() function
540 if (NULL == np || ! a2width(np, &su)) in man_HP_pre()
641 a2width(n->head->child, &su); in man_RS_pre()
H A Dmdoc_term.c55 static int a2width(const struct termp *, const char *);
530 a2width(const struct termp *p, const char *v) in a2width() function
653 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
686 offset += dcol + a2width(p, in termp_it_pre()
702 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; in termp_it_pre()
713 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
1551 offset = a2width(p, n->norm->Bd.offs); in termp_bd_pre()
H A Dmdoc_html.c57 static void a2width(const char *, struct roffsu *);
272 a2width(const char *p, struct roffsu *su) in a2width() function
868 a2width(bl->norm->Bl.width, &su); in mdoc_it_pre()
922 a2width(n->norm->Bl.cols[i], &su); in mdoc_bl_pre()
948 a2width(n->norm->Bl.offs, &su); in mdoc_bl_pre()
1118 a2width(n->norm->Bd.offs, &su); in mdoc_bd_pre()
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dmdoc_term.c54 static int a2width(const struct termp *, const char *);
559 a2width(const struct termp *p, const char *v) in a2width() function
681 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
746 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
1465 offset = a2width(p, n->norm->Bd.offs); in termp_bd_pre()