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

/freebsd-11-stable/contrib/mdocml/
H A Dman_html.c55 static int a2width(const struct roff_node *,
363 a2width(const struct roff_node *n, struct roffsu *su) function
563 if (np == NULL || !a2width(np, &sum))
641 a2width(n->head->child, &su);
H A Dhtml.c119 static void a2width(const char *, struct roffsu *);
629 a2width(arg2, su);
969 a2width(const char *p, struct roffsu *su) function
H A Dmdoc_term.c55 static int a2width(const struct termp *, const char *);
533 a2width(const struct termp *p, const char *v) function
653 offset = a2width(p, bl->norm->Bl.offs);
718 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2);
1439 offset = a2width(p, n->norm->Bd.offs);

Completed in 89 milliseconds