Searched refs:PAIR_INIT (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | html.h | 96 #define PAIR_INIT(p, t, v) \ macro 102 #define PAIR_ID_INIT(p, v) PAIR_INIT(p, ATTR_ID, v) 103 #define PAIR_CLASS_INIT(p, v) PAIR_INIT(p, ATTR_CLASS, v) 104 #define PAIR_HREF_INIT(p, v) PAIR_INIT(p, ATTR_HREF, v) 105 #define PAIR_STYLE_INIT(p, h) PAIR_INIT(p, ATTR_STYLE, (h)->buf) 106 #define PAIR_SUMMARY_INIT(p, v) PAIR_INIT(p, ATTR_SUMMARY, v)
|
H A D | man_html.c | 322 PAIR_INIT(&tag[2], ATTR_WIDTH, "100%"); in man_root_pre() 324 PAIR_INIT(&tag[0], ATTR_WIDTH, "30%"); in man_root_pre() 339 PAIR_INIT(&tag[1], ATTR_ALIGN, "center"); in man_root_pre() 345 PAIR_INIT(&tag[1], ATTR_ALIGN, "right"); in man_root_pre() 361 PAIR_INIT(&tag[2], ATTR_WIDTH, "100%"); in man_root_post() 363 PAIR_INIT(&tag[0], ATTR_WIDTH, "50%"); in man_root_post() 377 PAIR_INIT(&tag[1], ATTR_ALIGN, "right"); in man_root_post()
|
H A D | mdoc_html.c | 497 PAIR_INIT(&tag[2], ATTR_WIDTH, "100%"); in mdoc_root_post() 499 PAIR_INIT(&tag[0], ATTR_WIDTH, "50%"); in mdoc_root_post() 513 PAIR_INIT(&tag[1], ATTR_ALIGN, "right"); in mdoc_root_post() 540 PAIR_INIT(&tag[2], ATTR_WIDTH, "100%"); in mdoc_root_pre() 542 PAIR_INIT(&tag[0], ATTR_WIDTH, "30%"); in mdoc_root_pre() 557 PAIR_INIT(&tag[1], ATTR_ALIGN, "center"); in mdoc_root_pre() 563 PAIR_INIT(&tag[1], ATTR_ALIGN, "right"); in mdoc_root_pre() 1021 PAIR_INIT(&tag[1], ATTR_CLASS, buf); in mdoc_bl_pre()
|
H A D | tbl_html.c | 113 PAIR_INIT(&tag, ATTR_COLSPAN, "0"); in print_tbl()
|