Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dman_term.c273 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 Dout.h67 int a2roffsu(const char *, struct roffsu *, enum roffscale);
H A Dman_html.c287 if (a2roffsu(n->string, su, SCALE_EN)) in a2width()
366 if ( ! a2roffsu(n->string, &su, SCALE_VS)) in man_br_pre()
H A Dout.c47 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) in a2roffsu() function
H A Dterm.c640 if (a2roffsu(wstr, &su, SCALE_MAX)) in term_setwidth()
H A Dmdoc_man.c436 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 Dmdoc_term.c537 if (a2roffsu(v, &su, SCALE_MAX) < 2) { in a2width()
1818 if ( ! a2roffsu(n->child->string, &su, SCALE_VS)) in termp_sp_pre()
H A Dmdoc_html.c284 if (a2roffsu(p, su, SCALE_MAX) < 2) { in a2width()
1571 if ( ! a2roffsu(n->string, &su, SCALE_VS)) in mdoc_sp_pre()