Searched refs:SCALE_EN (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | out.h | 25 SCALE_EN, /* ens (n) */ enumerator 59 do { (p)->unit = SCALE_EN; \
|
H A D | man_term.c | 424 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 D | term_ascii.c | 283 case SCALE_EN: in ascii_hspan()
|
H A D | out.c | 73 dst->unit = SCALE_EN; in a2roffsu()
|
H A D | mdoc_man.c | 436 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 D | man_html.c | 287 if (a2roffsu(n->string, su, SCALE_EN)) in a2width()
|
H A D | term.c | 818 case SCALE_EN: in term_vspan()
|
H A D | term_ps.c | 1316 case SCALE_EN: in ps_hspan()
|
H A D | mdoc_html.c | 285 su->unit = SCALE_EN; in a2width()
|