Home
last modified time | relevance | path

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

/freebsd/contrib/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.c126 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 Dmdoc_html.c260 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 Dhtml.c202 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 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.c96 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 Dhtml.h128 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);