Home
last modified time | relevance | path

Searched refs:SCALE_EN (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dout.h25 SCALE_EN, /* ens (n) */ enumerator
59 do { (p)->unit = SCALE_EN; \
H A Dman_term.c424 if ( ! a2roffsu(++cp, &su, SCALE_EN)) in pre_in()
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 Dterm_ascii.c283 case SCALE_EN: in ascii_hspan()
H A Dout.c73 dst->unit = SCALE_EN; in a2roffsu()
H A Dmdoc_man.c436 else if (a2roffsu(v, &su, SCALE_EN) > 1) { in print_offs()
437 if (SCALE_EN == su.unit) in print_offs()
483 if (SCALE_EN == su.unit) in print_width()
H A Dman_html.c287 if (a2roffsu(n->string, su, SCALE_EN)) in a2width()
H A Dterm.c818 case SCALE_EN: in term_vspan()
H A Dterm_ps.c1316 case SCALE_EN: in ps_hspan()
H A Dmdoc_html.c285 su->unit = SCALE_EN; in a2width()