Searched refs:ATTR_ALIGN (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | html.h | 69 ATTR_ALIGN, enumerator
|
H A D | man_html.c | 339 PAIR_INIT(&tag[1], ATTR_ALIGN, "center"); in man_root_pre() 345 PAIR_INIT(&tag[1], ATTR_ALIGN, "right"); in man_root_pre() 377 PAIR_INIT(&tag[1], ATTR_ALIGN, "right"); in man_root_post()
|
H A D | mdoc_html.c | 513 PAIR_INIT(&tag[1], ATTR_ALIGN, "right"); in mdoc_root_post() 557 PAIR_INIT(&tag[1], ATTR_ALIGN, "center"); in mdoc_root_pre() 563 PAIR_INIT(&tag[1], ATTR_ALIGN, "right"); in mdoc_root_pre()
|