Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dman_term.c60 static int a2width(const struct termp *, const char *);
192 a2width(const struct termp *p, const char *cp) in a2width() function
441 if ((len = a2width(p, ++cp)) < 0) in pre_in()
548 if ((ival = a2width(p, nn->string)) >= 0) in pre_HP()
632 if ((ival = a2width(p, nn->string)) >= 0) in pre_IP()
723 if ((ival = a2width(p, nn->string)) >= 0) in pre_TP()
908 if ((ival = a2width(p, n->string)) >= 0) in pre_RS()
942 if ((ival = a2width(p, n->string)) >= 0) in post_RS()
H A Dman_html.c62 static int a2width(const struct man_node *,
292 a2width(const struct man_node *n, struct roffsu *su) in a2width() function
579 if (NULL == np || ! a2width(np, &su)) in man_HP_pre()
687 a2width(n->head->child, &su); in man_RS_pre()
H A Dmdoc_term.c53 static size_t a2width(const struct termp *, const char *);
530 a2width(const struct termp *p, const char *v) in a2width() function
673 offset += dcol + a2width in termp_it_pre()
689 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; in termp_it_pre()
701 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
H A Dmdoc_html.c58 static void a2width(const char *, struct roffsu *);
278 a2width(const char *p, struct roffsu *su) in a2width() function
945 a2width(bl->norm->Bl.width, &su); in mdoc_it_pre()
1000 a2width(n->norm->Bl.cols[i], &su); in mdoc_bl_pre()