Searched refs:SCALE_EM (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | out.h | 26 SCALE_EM, /* ems (m) */ enumerator
|
H A D | roff_term.c | 170 a2roffsu(n->child->string, &su, SCALE_EM) != NULL) { in roff_term_pre_po() 240 if (a2roffsu(cp, &su, SCALE_EM) == NULL) in roff_term_pre_ti()
|
H A D | term_tab.c | 73 if (a2roffsu(arg, &su, SCALE_EM) == NULL) in term_tab_set()
|
H A D | term.c | 635 if (a2roffsu(seq, &su, SCALE_EM) == NULL) in term_word() 656 if ((cp = a2roffsu(seq, &su, SCALE_EM)) == NULL) in term_word() 1078 case SCALE_EM: in term_vspan()
|
H A D | tbl_html.c | 68 case SCALE_EM: in html_tbl_sulen()
|
H A D | term_ascii.c | 289 case SCALE_EM: in ascii_hspan()
|
H A D | out.c | 83 dst->unit = SCALE_EM; in a2roffsu()
|
H A D | term_ps.c | 1319 case SCALE_EM: in ps_hspan()
|