/illumos-gate/usr/src/cmd/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 | 125 print_otag(h, TAG_HTML, ""); in html_man() 128 t = print_otag(h, TAG_HEAD, ""); in html_man() 131 print_otag(h, TAG_BODY, ""); in html_man() 135 t = print_otag(h, TAG_DIV, "c", "manual-text"); in html_man() 149 print_otag(h, TAG_TITLE, ""); in print_man_head() 188 print_otag(h, TAG_BR, ""); in print_man_node() 273 t = print_otag(h, TAG_TABLE, "c", "head"); in man_root_pre() 274 tt = print_otag(h, TAG_TR, ""); in man_root_pre() 276 print_otag(h, TAG_TD, "c", "head-ltitle"); in man_root_pre() 280 print_otag(h, TAG_TD, "c", "head-vol"); in man_root_pre() [all …]
|
H A D | mdoc_html.c | 259 print_otag(h, TAG_BR, ""); in synopsis_pre() 275 print_otag(h, TAG_BR, ""); in synopsis_pre() 279 print_otag(h, TAG_P, "c", "Pp"); in synopsis_pre() 294 print_otag(h, TAG_HTML, ""); in html_mdoc() 297 t = print_otag(h, TAG_HEAD, ""); in html_mdoc() 300 print_otag(h, TAG_BODY, ""); in html_mdoc() 304 t = print_otag(h, TAG_DIV, "c", "manual-text"); in html_mdoc() 328 print_otag(h, TAG_TITLE, ""); in print_mdoc_head() 371 print_otag(h, TAG_BR, ""); in print_mdoc_node() 457 t = print_otag(h, TAG_TABLE, "c", "foot"); in mdoc_root_post() [all …]
|
H A D | html.c | 199 print_otag(h, TAG_META, "?", "charset", "utf-8"); in print_gen_head() 200 print_otag(h, TAG_META, "??", "name", "viewport", in print_gen_head() 203 print_otag(h, TAG_LINK, "?h??", "rel", "stylesheet", in print_gen_head() 212 t = print_otag(h, TAG_STYLE, ""); in print_gen_head() 269 h->metaf = print_otag(h, TAG_I, ""); in print_metaf() 272 h->metaf = print_otag(h, TAG_B, ""); in print_metaf() 275 h->metaf = print_otag(h, TAG_B, ""); in print_metaf() 276 print_otag(h, TAG_I, ""); in print_metaf() 279 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf() 282 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 | 92 h->tblt = print_otag(h, TAG_TABLE, "c?ss", "tbl", in html_tblopen() 174 tt = print_otag(h, TAG_TR, "ss", in print_tbl() 242 print_otag(h, TAG_TD, "??sss", in print_tbl() 251 print_otag(h, TAG_HR, ""); in print_tbl()
|
H A D | html.h | 126 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);
|