Home
last modified time | relevance | path

Searched refs:PAIR_STYLE_INIT (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_html.c687 PAIR_STYLE_INIT(&tag, h); in mdoc_nm_pre()
862 PAIR_STYLE_INIT(&tag[1], h); in mdoc_it_pre()
887 PAIR_STYLE_INIT(&tag[1], h); in mdoc_it_pre()
905 PAIR_STYLE_INIT(&tag[1], h); in mdoc_it_pre()
911 PAIR_STYLE_INIT(&tag[1], h); in mdoc_it_pre()
962 PAIR_STYLE_INIT(&tag[0], h); in mdoc_bl_pre()
973 PAIR_STYLE_INIT(&tag[0], h); in mdoc_bl_pre()
1085 PAIR_STYLE_INIT(&tag[0], h); in mdoc_d1_pre()
1163 PAIR_STYLE_INIT(&tag[0], h); in mdoc_bd_pre()
1503 PAIR_STYLE_INIT(&tag[1], h); in mdoc_fn_pre()
[all …]
H A Dman_html.c373 PAIR_STYLE_INIT(&tag, h); in man_br_pre()
555 PAIR_STYLE_INIT(&tag[0], h); in man_HP_pre()
651 PAIR_STYLE_INIT(&tag, h); in man_RS_pre()
H A Dtbl_html.c72 PAIR_STYLE_INIT(&tag, h); in html_tblopen()
H A Dhtml.h116 #define PAIR_STYLE_INIT(p, h) PAIR_INIT(p, ATTR_STYLE, (h)->buf) macro