Home
last modified time | relevance | path

Searched refs:print_otag (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c69 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 Dman_html.c125 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 Dmdoc_html.c259 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 Dhtml.c199 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 Droff_html.c69 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 Dtbl_html.c92 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 Dhtml.h126 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);