/titanic_41/usr/src/cmd/mandoc/ |
H A D | man_html.c | 144 print_otag(h, TAG_P, 0, NULL); in print_bvspace() 167 t = print_otag(h, TAG_HTML, 0, NULL); in print_man() 168 tt = print_otag(h, TAG_HEAD, 0, NULL); in print_man() 171 print_otag(h, TAG_BODY, 0, NULL); in print_man() 172 print_otag(h, TAG_DIV, 1, &tag); in print_man() 174 t = print_otag(h, TAG_DIV, 1, &tag); in print_man() 190 print_otag(h, TAG_TITLE, 0, NULL); in print_man_head() 225 print_otag(h, TAG_P, 0, NULL); in print_man_node() 230 print_otag(h, TAG_BR, 0, NULL); in print_man_node() 232 print_otag(h, TAG_BR, 0, NULL); in print_man_node() [all …]
|
H A D | mdoc_html.c | 302 print_otag(h, TAG_BR, 0, NULL); in synopsis_pre() 316 print_otag(h, TAG_P, 0, NULL); in synopsis_pre() 320 print_otag(h, TAG_P, 0, NULL); in synopsis_pre() 325 print_otag(h, TAG_BR, 0, NULL); in synopsis_pre() 363 t = print_otag(h, TAG_HTML, 0, NULL); in print_mdoc() 364 tt = print_otag(h, TAG_HEAD, 0, NULL); in print_mdoc() 367 print_otag(h, TAG_BODY, 0, NULL); in print_mdoc() 368 print_otag(h, TAG_DIV, 1, &tag); in print_mdoc() 370 t = print_otag(h, TAG_DIV, 1, &tag); in print_mdoc() 389 print_otag(h, TAG_TITLE, 0, NULL); in print_mdoc_head() [all …]
|
H A D | tbl_html.c | 66 h->tblt = print_otag(h, TAG_TABLE, 1, &tag); in html_tblopen() 74 print_otag(h, TAG_COL, 1, &tag); in html_tblopen() 77 print_otag(h, TAG_TBODY, 0, NULL); in html_tblopen() 107 tt = print_otag(h, TAG_TR, 0, NULL); in print_tbl() 114 print_otag(h, TAG_TD, 1, &tag); in print_tbl() 120 print_otag(h, TAG_TD, 0, NULL); in print_tbl()
|
H A D | html.c | 202 print_otag(h, TAG_META, 2, tag); in print_gen_head() 208 print_otag(h, TAG_META, 2, tag); in print_gen_head() 219 print_otag(h, TAG_LINK, 4, tag); in print_gen_head() 261 h->metaf = print_otag(h, TAG_I, 0, NULL); in print_metaf() 264 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf() 267 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf() 268 print_otag(h, TAG_I, 0, NULL); in print_metaf() 443 print_otag(struct html *h, enum htmltag tag, in print_otag() function 564 h->metaf = print_otag(h, TAG_I, 0, NULL); in print_text() 567 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_text() [all …]
|
H A D | eqn_html.c | 48 t = print_otag(p, TAG_SPAN, 1, &tag); in print_eqn() 63 print_otag(p, fontmap[(int)bp->font], 0, NULL); in eqn_box()
|
H A D | html.h | 141 struct tag *print_otag(struct html *, enum htmltag,
|