Searched refs:a2width (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | man_html.c | 60 static int a2width(const struct roff_node *, 277 a2width(const struct roff_node *n, struct roffsu *su) function 540 if (NULL == np || ! a2width(np, &su)) 641 a2width(n->head->child, &su);
|
H A D | mdoc_term.c | 55 static int a2width(const struct termp *, const char *); 530 a2width(const struct termp *p, const char *v) function 653 offset = a2width(p, bl->norm->Bl.offs); 686 offset += dcol + a2width(p, 702 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; 713 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); 1551 offset = a2width(p, n->norm->Bd.offs);
|
H A D | mdoc_html.c | 57 static void a2width(const char *, struct roffsu *); 272 a2width(const char *p, struct roffsu *su) function 868 a2width(bl->norm->Bl.width, &su); 922 a2width(n->norm->Bl.cols[i], &su); 948 a2width(n->norm->Bl.offs, &su); 1118 a2width(n->norm->Bd.offs, &su);
|
Completed in 65 milliseconds