Searched refs:SCALE_VS (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | out.h | 27 SCALE_VS, /* default vertical (v) */ enumerator 54 do { (p)->unit = SCALE_VS; \
|
H A D | term_ascii.c | 280 case SCALE_VS: in ascii_hspan()
|
H A D | out.c | 85 dst->unit = SCALE_VS; in a2roffsu()
|
H A D | man_term.c | 273 if (a2roffsu(n->string, &su, SCALE_VS)) in pre_PD() 470 if ( ! a2roffsu(n->child->string, &su, SCALE_VS)) in pre_sp()
|
H A D | man_html.c | 366 if ( ! a2roffsu(n->string, &su, SCALE_VS)) in man_br_pre()
|
H A D | term.c | 823 case SCALE_VS: in term_vspan()
|
H A D | term_ps.c | 1333 case SCALE_VS: in ps_hspan()
|
H A D | mdoc_term.c | 1818 if ( ! a2roffsu(n->child->string, &su, SCALE_VS)) in termp_sp_pre()
|
H A D | mdoc_html.c | 1571 if ( ! a2roffsu(n->string, &su, SCALE_VS)) in mdoc_sp_pre()
|