/freebsd/contrib/mandoc/ |
H A D | eqn_html.c | 69 post = print_otag(p, TAG_MTABLE, ""); in eqn_box() 72 row = print_otag(p, TAG_MTR, ""); in eqn_box() 80 cell = print_otag(p, TAG_MTD, ""); in eqn_box() 98 post = print_otag(p, TAG_MOVER, ""); in eqn_box() 101 post = print_otag(p, TAG_MSUP, ""); in eqn_box() 104 post = print_otag(p, TAG_MUNDER, ""); in eqn_box() 107 post = print_otag(p, TAG_MSUB, ""); in eqn_box() 110 post = print_otag(p, TAG_MFRAC, ""); in eqn_box() 113 post = print_otag(p, TAG_MUNDEROVER, ""); in eqn_box() 116 post = print_otag(p, TAG_MSUBSUP, ""); in eqn_box() [all …]
|
H A D | man_html.c | 126 print_otag(h, TAG_HTML, ""); in html_man() 127 t = print_otag(h, TAG_HEAD, ""); in html_man() 132 print_otag(h, TAG_BODY, ""); in html_man() 136 t = print_otag(h, TAG_MAIN, "c", "manual-text"); in html_man() 150 print_otag(h, TAG_TITLE, ""); in print_man_head() 189 print_otag(h, TAG_BR, ""); in print_man_node() 274 t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader", in man_root_pre() 277 print_otag(h, TAG_SPAN, "c", "head-ltitle"); in man_root_pre() 281 print_otag(h, TAG_SPAN, "c", "head-vol"); in man_root_pre() 286 print_otag(h, TAG_SPAN, "c", "head-rtitle"); in man_root_pre() [all …]
|
H A D | mdoc_html.c | 260 print_otag(h, TAG_BR, ""); in synopsis_pre() 276 print_otag(h, TAG_BR, ""); in synopsis_pre() 280 print_otag(h, TAG_P, "c", "Pp"); in synopsis_pre() 295 print_otag(h, TAG_HTML, ""); in html_mdoc() 296 t = print_otag(h, TAG_HEAD, ""); in html_mdoc() 301 print_otag(h, TAG_BODY, ""); in html_mdoc() 305 t = print_otag(h, TAG_MAIN, "c", "manual-text"); in html_mdoc() 329 print_otag(h, TAG_TITLE, ""); in print_mdoc_head() 372 print_otag(h, TAG_BR, ""); in print_mdoc_node() 458 t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter", in mdoc_root_post() [all …]
|
H A D | html.c | 202 print_otag(h, TAG_META, "?", "charset", "utf-8"); in print_gen_head() 203 print_otag(h, TAG_META, "??", "name", "viewport", in print_gen_head() 206 print_otag(h, TAG_LINK, "?h??", "rel", "stylesheet", in print_gen_head() 215 t = print_otag(h, TAG_STYLE, ""); in print_gen_head() 272 h->metaf = print_otag(h, TAG_I, ""); in print_metaf() 275 h->metaf = print_otag(h, TAG_B, ""); in print_metaf() 278 h->metaf = print_otag(h, TAG_B, ""); in print_metaf() 279 print_otag(h, TAG_I, ""); in print_metaf() 282 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf() 285 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf() [all …]
|
H A D | roff_html.c | 69 print_otag(h, TAG_BR, ""); in roff_html_pre_br() 90 print_otag(h, TAG_BR, ""); in roff_html_pre_fi() 106 print_otag(h, TAG_BR, ""); in roff_html_pre_nf() 117 print_otag(h, TAG_P, "c", "Pp"); in roff_html_pre_sp()
|
H A D | tbl_html.c | 96 h->tblt = print_otag(h, TAG_TABLE, "c?ss", "tbl", in html_tblopen() 178 tt = print_otag(h, TAG_TR, "ss", in print_tbl() 246 print_otag(h, TAG_TD, "??sss", in print_tbl() 257 print_otag(h, TAG_HR, ""); in print_tbl()
|
H A D | html.h | 128 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);
|