Searched refs:a2roffsu (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/mdocml/
H A Dout.h66 int a2roffsu(const char *, struct roffsu *, enum roffscale);
H A Dman_term.c272 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 Dout.c47 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) function
H A Dman_html.c282 if (a2roffsu(n->string, su, SCALE_EN))
361 if ( ! a2roffsu(n->string, &su, SCALE_VS))
H A Dmdoc_man.c437 else if (a2roffsu(v, &su, SCALE_EN) > 1) {
483 else if (a2roffsu(bl->width, &su, SCALE_MAX) > 1) {
H A Dterm.c633 if (a2roffsu(wstr, &su, SCALE_MAX))
H A Dmdoc_html.c275 if (a2roffsu(p, su, SCALE_MAX) < 2) {
1523 if ( ! a2roffsu(n->string, &su, SCALE_VS))
H A Dmdoc_term.c534 if (a2roffsu(v, &su, SCALE_MAX) < 2) {
1799 if ( ! a2roffsu(n->child->string, &su, SCALE_VS))

Completed in 120 milliseconds