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

/freebsd-10.0-release/contrib/mdocml/
H A Dman_term.c61 static int a2width(const struct termp *, const char *);
185 a2width(const struct termp *p, const char *cp) function
416 if ((len = a2width(p, ++cp)) < 0)
494 if ((ival = a2width(p, nn->string)) >= 0)
580 if ((ival = a2width(p, nn->string)) >= 0)
668 if ((ival = a2width(p, nn->string)) >= 0)
849 if ((ival = a2width(p, n->string)) >= 0)
883 if ((ival = a2width(p, n->string)) >= 0)
H A Dman_html.c61 static int a2width(const struct man_node *,
286 a2width(const struct man_node *n, struct roffsu *su) function
573 if (NULL == np || ! a2width(np, &su))
681 a2width(n->head->child, &su);
H A Dmdoc_term.c52 static size_t a2width(const struct termp *, const char *);
543 a2width(const struct termp *p, const char *v) function
686 offset += dcol + a2width
702 width = a2width(p, bl->norm->Bl.cols[i]) + dcol;
714 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2);
H A Dmdoc_html.c58 static void a2width(const char *, struct roffsu *);
277 a2width(const char *p, struct roffsu *su) function
948 a2width(bl->norm->Bl.width, &su);
1004 a2width(n->norm->Bl.cols[i], &su);

Completed in 69 milliseconds