Searched refs:a2roffsu (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | out.h | 66 int a2roffsu(const char *, struct roffsu *, enum roffscale);
|
H A D | out.c | 46 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) in a2roffsu() function
|
H A D | man_html.c | 297 if (a2roffsu(n->string, su, SCALE_BU)) in a2width() 397 if ( ! a2roffsu(n->string, &su, SCALE_VS)) in man_br_pre()
|
H A D | man_term.c | 184 if ( ! a2roffsu(cp, &su, SCALE_VS)) in a2height() 196 if ( ! a2roffsu(cp, &su, SCALE_BU)) in a2width()
|
H A D | mdoc_term.c | 522 if ( ! a2roffsu(v, &su, SCALE_VS)) in a2height() 535 if ( ! a2roffsu(v, &su, SCALE_MAX)) in a2width() 555 else if ( ! a2roffsu(v, &su, SCALE_MAX)) in a2offs()
|
H A D | mdoc_html.c | 281 if ( ! a2roffsu(p, su, SCALE_MAX)) { in a2width() 348 else if ( ! a2roffsu(p, su, SCALE_MAX)) in a2offs() 1621 if ( ! a2roffsu(n->string, &su, SCALE_VS)) in mdoc_sp_pre()
|
H A D | mdoc_man.c | 428 else if (a2roffsu(v, &su, SCALE_MAX)) { in print_offs() 475 else if (a2roffsu(v, &su, SCALE_MAX)) { in print_width()
|