Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dout.h30 SCALE_VS, /* default vertical (v) */ enumerator
H A Droff_term.c195 if (a2roffsu(n->child->string, &su, SCALE_VS) == NULL) in roff_term_pre_sp()
H A Dtbl_html.c65 case SCALE_VS: in html_tbl_sulen()
H A Dterm_ascii.c281 case SCALE_VS: in ascii_hspan()
H A Dout.c98 dst->unit = SCALE_VS; in a2roffsu()
H A Dterm_ps.c1340 case SCALE_VS: in ps_hspan()
H A Dterm.c1081 case SCALE_VS: in term_vspan()
H A Dman_term.c279 if (a2roffsu(n->string, &su, SCALE_VS) != NULL) in pre_PD()