Searched refs:PAIR_STYLE_INIT (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | mdoc_html.c | 718 PAIR_STYLE_INIT(&tag, h); in mdoc_nm_pre() 904 PAIR_STYLE_INIT(&tag[1], h); in mdoc_it_pre() 929 PAIR_STYLE_INIT(&tag[1], h); in mdoc_it_pre() 947 PAIR_STYLE_INIT(&tag[1], h); in mdoc_it_pre() 953 PAIR_STYLE_INIT(&tag[1], h); in mdoc_it_pre() 1005 PAIR_STYLE_INIT(&tag[0], h); in mdoc_bl_pre() 1016 PAIR_STYLE_INIT(&tag[0], h); in mdoc_bl_pre() 1133 PAIR_STYLE_INIT(&tag[0], h); in mdoc_d1_pre() 1207 PAIR_STYLE_INIT(&tag[0], h); in mdoc_bd_pre() 1548 PAIR_STYLE_INIT(&tag[1], h); in mdoc_fn_pre() [all …]
|
H A D | html.h | 105 #define PAIR_STYLE_INIT(p, h) PAIR_INIT(p, ATTR_STYLE, (h)->buf) macro
|
H A D | tbl_html.c | 73 PAIR_STYLE_INIT(&tag, h); in html_tblopen()
|
H A D | man_html.c | 404 PAIR_STYLE_INIT(&tag, h); in man_br_pre() 588 PAIR_STYLE_INIT(&tag, h); in man_HP_pre() 691 PAIR_STYLE_INIT(&tag, h); in man_RS_pre()
|