Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Deqn_html.c62 post = print_otag(p, TAG_MTABLE, 0, NULL); in eqn_box()
65 row = print_otag(p, TAG_MTR, 0, NULL); in eqn_box()
73 cell = print_otag in eqn_box()
92 post = print_otag(p, TAG_MOVER, 0, NULL); in eqn_box()
95 post = print_otag(p, TAG_MSUP, 0, NULL); in eqn_box()
98 post = print_otag(p, TAG_MUNDER, 0, NULL); in eqn_box()
101 post = print_otag(p, TAG_MSUB, 0, NULL); in eqn_box()
104 post = print_otag(p, TAG_MFRAC, 0, NULL); in eqn_box()
107 post = print_otag(p, TAG_MUNDEROVER, 0, NULL); in eqn_box()
110 post = print_otag(p, TAG_MSUBSUP, 0, NULL); in eqn_box()
[all …]
H A Dman_html.c166 t = print_otag(h, TAG_HTML, 0, NULL); in print_man()
167 tt = print_otag(h, TAG_HEAD, 0, NULL); in print_man()
170 print_otag(h, TAG_BODY, 0, NULL); in print_man()
171 print_otag(h, TAG_DIV, 1, &tag); in print_man()
173 t = print_otag(h, TAG_DIV, 1, &tag); in print_man()
187 print_otag(h, TAG_TITLE, 0, NULL); in print_man_head()
222 print_otag(h, TAG_BR, 0, NULL); in print_man_node()
305 t = print_otag(h, TAG_TABLE, 1, &tag); in man_root_pre()
307 print_otag(h, TAG_TBODY, 0, NULL); in man_root_pre()
309 tt = print_otag(h, TAG_TR, 0, NULL); in man_root_pre()
[all …]
H A Dmdoc_html.c305 print_otag(h, TAG_BR, 0, NULL); in synopsis_pre()
328 print_otag(h, TAG_BR, 0, NULL); in synopsis_pre()
343 t = print_otag(h, TAG_HTML, 0, NULL); in print_mdoc()
344 tt = print_otag(h, TAG_HEAD, 0, NULL); in print_mdoc()
347 print_otag(h, TAG_BODY, 0, NULL); in print_mdoc()
348 print_otag(h, TAG_DIV, 1, &tag); in print_mdoc()
350 t = print_otag(h, TAG_DIV, 1, &tag); in print_mdoc()
368 print_otag(h, TAG_TITLE, 0, NULL); in print_mdoc_head()
406 print_otag(h, TAG_BR, 0, NULL); in print_mdoc_node()
477 t = print_otag(h, TAG_TABLE, 1, &tag); in mdoc_root_post()
[all …]
H A Dtbl_html.c65 h->tblt = print_otag(h, TAG_TABLE, 1, &tag); in html_tblopen()
73 print_otag(h, TAG_COL, 1, &tag); in html_tblopen()
76 print_otag(h, TAG_TBODY, 0, NULL); in html_tblopen()
106 tt = print_otag(h, TAG_TR, 0, NULL); in print_tbl()
113 print_otag(h, TAG_TD, 1, &tag); in print_tbl()
119 print_otag(h, TAG_TD, 0, NULL); in print_tbl()
H A Dhtml.c194 print_otag(h, TAG_META, 1, tag); in print_gen_head()
199 t = print_otag(h, TAG_STYLE, 0, NULL); in print_gen_head()
217 print_otag(h, TAG_LINK, 4, tag); in print_gen_head()
259 h->metaf = print_otag(h, TAG_I, 0, NULL); in print_metaf()
262 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf()
265 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf()
266 print_otag(h, TAG_I, 0, NULL); in print_metaf()
467 print_otag(struct html *h, enum htmltag tag, in print_otag() function
567 h->metaf = print_otag(h, TAG_I, 0, NULL); in print_text()
570 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_text()
[all …]
H A Dhtml.h153 struct tag *print_otag(struct html *, enum htmltag,