Searched refs:PAIR_STYLE_INIT (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc_html.c | 687 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 D | man_html.c | 373 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 D | tbl_html.c | 72 PAIR_STYLE_INIT(&tag, h); in html_tblopen()
|
H A D | html.h | 116 #define PAIR_STYLE_INIT(p, h) PAIR_INIT(p, ATTR_STYLE, (h)->buf) macro
|