Searched refs:a2roffsu (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | out.h | 66 int a2roffsu(const char *, struct roffsu *, enum roffscale);
|
H A D | man_term.c | 272 if (a2roffsu(n->string, &su, SCALE_VS)) 421 if ( ! a2roffsu(++cp, &su, SCALE_EN)) 462 if ( ! a2roffsu(n->child->string, &su, SCALE_VS)) 514 a2roffsu(nn->string, &su, SCALE_EN)) { 599 a2roffsu(nn->string, &su, SCALE_EN)) { 681 a2roffsu(nn->string, &su, SCALE_EN)) { 884 else if (a2roffsu(n->child->string, &su, SCALE_EN))
|
H A D | out.c | 47 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) function
|
H A D | man_html.c | 282 if (a2roffsu(n->string, su, SCALE_EN)) 361 if ( ! a2roffsu(n->string, &su, SCALE_VS))
|
H A D | mdoc_man.c | 437 else if (a2roffsu(v, &su, SCALE_EN) > 1) { 483 else if (a2roffsu(bl->width, &su, SCALE_MAX) > 1) {
|
H A D | term.c | 633 if (a2roffsu(wstr, &su, SCALE_MAX))
|
H A D | mdoc_html.c | 275 if (a2roffsu(p, su, SCALE_MAX) < 2) { 1523 if ( ! a2roffsu(n->string, &su, SCALE_VS))
|
H A D | mdoc_term.c | 534 if (a2roffsu(v, &su, SCALE_MAX) < 2) { 1799 if ( ! a2roffsu(n->child->string, &su, SCALE_VS))
|
Completed in 73 milliseconds