Searched refs:a2roffsu (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | man_term.c | 273 if (a2roffsu(n->string, &su, SCALE_VS)) in pre_PD() 424 if ( ! a2roffsu(++cp, &su, SCALE_EN)) in pre_in() 470 if ( ! a2roffsu(n->child->string, &su, SCALE_VS)) in pre_sp() 511 a2roffsu(nn->string, &su, SCALE_EN)) { in pre_HP() 585 a2roffsu(nn->string, &su, SCALE_EN)) { in pre_IP() 667 a2roffsu(nn->string, &su, SCALE_EN)) { in pre_TP() 855 if (n->child != NULL && a2roffsu(n->child->string, &su, SCALE_EN)) in pre_RS()
|
H A D | out.h | 67 int a2roffsu(const char *, struct roffsu *, enum roffscale);
|
H A D | man_html.c | 287 if (a2roffsu(n->string, su, SCALE_EN)) in a2width() 366 if ( ! a2roffsu(n->string, &su, SCALE_VS)) in man_br_pre()
|
H A D | out.c | 47 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) in a2roffsu() function
|
H A D | term.c | 640 if (a2roffsu(wstr, &su, SCALE_MAX)) in term_setwidth()
|
H A D | mdoc_man.c | 436 else if (a2roffsu(v, &su, SCALE_EN) > 1) { in print_offs() 482 else if (a2roffsu(bl->width, &su, SCALE_MAX) > 1) { in print_width()
|
H A D | mdoc_term.c | 537 if (a2roffsu(v, &su, SCALE_MAX) < 2) { in a2width() 1818 if ( ! a2roffsu(n->child->string, &su, SCALE_VS)) in termp_sp_pre()
|
H A D | mdoc_html.c | 284 if (a2roffsu(p, su, SCALE_MAX) < 2) { in a2width() 1571 if ( ! a2roffsu(n->string, &su, SCALE_VS)) in mdoc_sp_pre()
|