usr/src/cmd/mandoc/eqn_html.c
101
post = print_otag(p, TAG_MSUP, "");
usr/src/cmd/mandoc/eqn_html.c
104
post = print_otag(p, TAG_MUNDER, "");
usr/src/cmd/mandoc/eqn_html.c
107
post = print_otag(p, TAG_MSUB, "");
usr/src/cmd/mandoc/eqn_html.c
110
post = print_otag(p, TAG_MFRAC, "");
usr/src/cmd/mandoc/eqn_html.c
113
post = print_otag(p, TAG_MUNDEROVER, "");
usr/src/cmd/mandoc/eqn_html.c
116
post = print_otag(p, TAG_MSUBSUP, "");
usr/src/cmd/mandoc/eqn_html.c
119
post = print_otag(p, TAG_MSQRT, "");
usr/src/cmd/mandoc/eqn_html.c
128
post = print_otag(p, TAG_MOVER, "");
usr/src/cmd/mandoc/eqn_html.c
130
post = print_otag(p, TAG_MUNDEROVER, "");
usr/src/cmd/mandoc/eqn_html.c
132
post = print_otag(p, TAG_MUNDER, "");
usr/src/cmd/mandoc/eqn_html.c
140
post = print_otag(p, TAG_MTABLE, "");
usr/src/cmd/mandoc/eqn_html.c
144
post = print_otag(p, TAG_MTR, "");
usr/src/cmd/mandoc/eqn_html.c
145
print_otag(p, TAG_MTD, "");
usr/src/cmd/mandoc/eqn_html.c
184
post = print_otag(p, tag, "");
usr/src/cmd/mandoc/eqn_html.c
187
post = print_otag(p, tag, "?", "fontstyle", "normal");
usr/src/cmd/mandoc/eqn_html.c
191
post = print_otag(p, tag, "?", "fontweight", "bold");
usr/src/cmd/mandoc/eqn_html.c
194
post = print_otag(p, tag, "?", "fontstyle", "italic");
usr/src/cmd/mandoc/eqn_html.c
202
post = print_otag(p, TAG_MFENCED, "??",
usr/src/cmd/mandoc/eqn_html.c
206
post = print_otag(p, TAG_MROW, "");
usr/src/cmd/mandoc/eqn_html.c
208
print_otag(p, TAG_MROW, "");
usr/src/cmd/mandoc/eqn_html.c
215
t = print_otag(p, TAG_MO, "");
usr/src/cmd/mandoc/eqn_html.c
220
t = print_otag(p, TAG_MO, "");
usr/src/cmd/mandoc/eqn_html.c
239
t = print_otag(p, TAG_MATH, "c", "eqn");
usr/src/cmd/mandoc/eqn_html.c
69
post = print_otag(p, TAG_MTABLE, "");
usr/src/cmd/mandoc/eqn_html.c
72
row = print_otag(p, TAG_MTR, "");
usr/src/cmd/mandoc/eqn_html.c
80
cell = print_otag(p, TAG_MTD, "");
usr/src/cmd/mandoc/eqn_html.c
98
post = print_otag(p, TAG_MOVER, "");
usr/src/cmd/mandoc/html.c
199
print_otag(h, TAG_META, "?", "charset", "utf-8");
usr/src/cmd/mandoc/html.c
200
print_otag(h, TAG_META, "??", "name", "viewport",
usr/src/cmd/mandoc/html.c
203
print_otag(h, TAG_LINK, "?h??", "rel", "stylesheet",
usr/src/cmd/mandoc/html.c
212
t = print_otag(h, TAG_STYLE, "");
usr/src/cmd/mandoc/html.c
269
h->metaf = print_otag(h, TAG_I, "");
usr/src/cmd/mandoc/html.c
272
h->metaf = print_otag(h, TAG_B, "");
usr/src/cmd/mandoc/html.c
275
h->metaf = print_otag(h, TAG_B, "");
usr/src/cmd/mandoc/html.c
276
print_otag(h, TAG_I, "");
usr/src/cmd/mandoc/html.c
279
h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
usr/src/cmd/mandoc/html.c
282
h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
usr/src/cmd/mandoc/html.c
283
print_otag(h, TAG_B, "");
usr/src/cmd/mandoc/html.c
286
h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
usr/src/cmd/mandoc/html.c
287
print_otag(h, TAG_I, "");
usr/src/cmd/mandoc/html.c
335
print_otag(h, TAG_PRE, "");
usr/src/cmd/mandoc/html.c
491
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/html.c
655
print_otag(h, TAG_P, "c", "Pp");
usr/src/cmd/mandoc/html.c
813
ret = print_otag(h, TAG_A, "chR", "permalink", href);
usr/src/cmd/mandoc/html.c
814
t = print_otag(h, elemtype, "ci", cattr, id);
usr/src/cmd/mandoc/html.c
826
print_otag(h, TAG_A, "chR", "permalink", href);
usr/src/cmd/mandoc/html.c
919
print_otag(h, TAG_P, "c", "Pp");
usr/src/cmd/mandoc/html.c
942
t = print_otag(h, TAG_A, "chR", "permalink", href);
usr/src/cmd/mandoc/html.h
126
struct tag *print_otag(struct html *, enum htmltag, const char *, ...);
usr/src/cmd/mandoc/man_html.c
125
print_otag(h, TAG_HTML, "");
usr/src/cmd/mandoc/man_html.c
128
t = print_otag(h, TAG_HEAD, "");
usr/src/cmd/mandoc/man_html.c
131
print_otag(h, TAG_BODY, "");
usr/src/cmd/mandoc/man_html.c
135
t = print_otag(h, TAG_DIV, "c", "manual-text");
usr/src/cmd/mandoc/man_html.c
149
print_otag(h, TAG_TITLE, "");
usr/src/cmd/mandoc/man_html.c
188
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/man_html.c
273
t = print_otag(h, TAG_TABLE, "c", "head");
usr/src/cmd/mandoc/man_html.c
274
tt = print_otag(h, TAG_TR, "");
usr/src/cmd/mandoc/man_html.c
276
print_otag(h, TAG_TD, "c", "head-ltitle");
usr/src/cmd/mandoc/man_html.c
280
print_otag(h, TAG_TD, "c", "head-vol");
usr/src/cmd/mandoc/man_html.c
285
print_otag(h, TAG_TD, "c", "head-rtitle");
usr/src/cmd/mandoc/man_html.c
296
t = print_otag(h, TAG_TABLE, "c", "foot");
usr/src/cmd/mandoc/man_html.c
297
tt = print_otag(h, TAG_TR, "");
usr/src/cmd/mandoc/man_html.c
299
print_otag(h, TAG_TD, "c", "foot-date");
usr/src/cmd/mandoc/man_html.c
303
print_otag(h, TAG_TD, "c", "foot-os");
usr/src/cmd/mandoc/man_html.c
325
print_otag(h, TAG_SECTION, "c", class);
usr/src/cmd/mandoc/man_html.c
374
t = print_otag(h, fp, "");
usr/src/cmd/mandoc/man_html.c
387
print_otag(h, TAG_SMALL, "");
usr/src/cmd/mandoc/man_html.c
389
print_otag(h, TAG_B, "");
usr/src/cmd/mandoc/man_html.c
405
print_otag(h, TAG_P, "c",
usr/src/cmd/mandoc/man_html.c
483
print_otag(h, list_elem, "c", list_class);
usr/src/cmd/mandoc/man_html.c
491
print_otag(h, body_elem, "");
usr/src/cmd/mandoc/man_html.c
524
tt = print_otag(h, TAG_SPAN, "c", "Op");
usr/src/cmd/mandoc/man_html.c
527
print_otag(h, TAG_B, "");
usr/src/cmd/mandoc/man_html.c
534
print_otag(h, TAG_I, "");
usr/src/cmd/mandoc/man_html.c
547
print_otag(h, TAG_B, "");
usr/src/cmd/mandoc/man_html.c
554
print_otag(h, TAG_I, "");
usr/src/cmd/mandoc/man_html.c
561
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/man_html.c
581
print_otag(h, TAG_DIV, "c", "Bd-indent");
usr/src/cmd/mandoc/man_html.c
595
print_otag(h, TAG_TABLE, "c", "Nm");
usr/src/cmd/mandoc/man_html.c
596
print_otag(h, TAG_TR, "");
usr/src/cmd/mandoc/man_html.c
599
print_otag(h, TAG_TD, "");
usr/src/cmd/mandoc/man_html.c
600
print_otag(h, TAG_CODE, "c", "Nm");
usr/src/cmd/mandoc/man_html.c
603
print_otag(h, TAG_TD, "");
usr/src/cmd/mandoc/man_html.c
622
print_otag(h, TAG_A, "ch", "Mt", cp);
usr/src/cmd/mandoc/man_html.c
625
print_otag(h, TAG_A, "ch", "Lk", n->child->string);
usr/src/cmd/mandoc/mdoc_html.c
1006
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/mdoc_html.c
1011
print_otag(h, TAG_SPAN, "c", "An");
usr/src/cmd/mandoc/mdoc_html.c
1019
print_otag(h, TAG_CODE, "c", "Cd");
usr/src/cmd/mandoc/mdoc_html.c
1030
print_otag(h, TAG_VAR, "c", "Fa");
usr/src/cmd/mandoc/mdoc_html.c
1034
t = print_otag(h, TAG_VAR, "c", "Fa");
usr/src/cmd/mandoc/mdoc_html.c
1065
print_otag(h, TAG_CODE, "c", "Fd");
usr/src/cmd/mandoc/mdoc_html.c
1069
print_otag(h, TAG_CODE, "c", "In");
usr/src/cmd/mandoc/mdoc_html.c
1083
t = print_otag(h, TAG_A, "chI", "In", buf);
usr/src/cmd/mandoc/mdoc_html.c
1086
t = print_otag(h, TAG_A, "c", "In");
usr/src/cmd/mandoc/mdoc_html.c
1113
print_otag(h, TAG_VAR, "c", "Vt");
usr/src/cmd/mandoc/mdoc_html.c
1121
print_otag(h, TAG_VAR, "c", "Ft");
usr/src/cmd/mandoc/mdoc_html.c
1142
t = print_otag(h, TAG_VAR, "c", "Ft");
usr/src/cmd/mandoc/mdoc_html.c
1168
t = print_otag(h, TAG_VAR, "cs", "Fa",
usr/src/cmd/mandoc/mdoc_html.c
1171
t = print_otag(h, TAG_VAR, "c", "Fa");
usr/src/cmd/mandoc/mdoc_html.c
1231
print_otag(h, TAG_P, "ci", "Pp", id);
usr/src/cmd/mandoc/mdoc_html.c
1256
t = print_otag(h, TAG_A, "ch", "Lk", link->string);
usr/src/cmd/mandoc/mdoc_html.c
1283
t = print_otag(h, TAG_A, "ch", "Mt", cp);
usr/src/cmd/mandoc/mdoc_html.c
1334
print_otag(h, TAG_CODE, "c", "In");
usr/src/cmd/mandoc/mdoc_html.c
1353
t = print_otag(h, TAG_A, "chI", "In", n->string);
usr/src/cmd/mandoc/mdoc_html.c
1355
t = print_otag(h, TAG_A, "c", "In");
usr/src/cmd/mandoc/mdoc_html.c
1375
print_otag(h, TAG_VAR, "c", "Va");
usr/src/cmd/mandoc/mdoc_html.c
1415
print_otag(h, TAG_DIV, "c", cattr);
usr/src/cmd/mandoc/mdoc_html.c
1445
print_otag(h, TAG_P, "c", "Pp");
usr/src/cmd/mandoc/mdoc_html.c
1446
print_otag(h, TAG_CITE, "c", "Rs");
usr/src/cmd/mandoc/mdoc_html.c
1474
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/mdoc_html.c
1476
print_otag(h, TAG_SPAN, "c", "Lb");
usr/src/cmd/mandoc/mdoc_html.c
1533
print_otag(h, TAG_A, "ch", "RsU", n->child->string);
usr/src/cmd/mandoc/mdoc_html.c
1542
print_otag(h, t, "c", cattr);
usr/src/cmd/mandoc/mdoc_html.c
1648
print_otag(h, TAG_CODE, "c", "Li");
usr/src/cmd/mandoc/mdoc_html.c
259
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/mdoc_html.c
275
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/mdoc_html.c
279
print_otag(h, TAG_P, "c", "Pp");
usr/src/cmd/mandoc/mdoc_html.c
294
print_otag(h, TAG_HTML, "");
usr/src/cmd/mandoc/mdoc_html.c
297
t = print_otag(h, TAG_HEAD, "");
usr/src/cmd/mandoc/mdoc_html.c
300
print_otag(h, TAG_BODY, "");
usr/src/cmd/mandoc/mdoc_html.c
304
t = print_otag(h, TAG_DIV, "c", "manual-text");
usr/src/cmd/mandoc/mdoc_html.c
328
print_otag(h, TAG_TITLE, "");
usr/src/cmd/mandoc/mdoc_html.c
371
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/mdoc_html.c
457
t = print_otag(h, TAG_TABLE, "c", "foot");
usr/src/cmd/mandoc/mdoc_html.c
458
tt = print_otag(h, TAG_TR, "");
usr/src/cmd/mandoc/mdoc_html.c
460
print_otag(h, TAG_TD, "c", "foot-date");
usr/src/cmd/mandoc/mdoc_html.c
464
print_otag(h, TAG_TD, "c", "foot-os");
usr/src/cmd/mandoc/mdoc_html.c
487
t = print_otag(h, TAG_TABLE, "c", "head");
usr/src/cmd/mandoc/mdoc_html.c
488
tt = print_otag(h, TAG_TR, "");
usr/src/cmd/mandoc/mdoc_html.c
490
print_otag(h, TAG_TD, "c", "head-ltitle");
usr/src/cmd/mandoc/mdoc_html.c
494
print_otag(h, TAG_TD, "c", "head-vol");
usr/src/cmd/mandoc/mdoc_html.c
498
print_otag(h, TAG_TD, "c", "head-rtitle");
usr/src/cmd/mandoc/mdoc_html.c
528
print_otag(h, TAG_SECTION, "c", "Sh");
usr/src/cmd/mandoc/mdoc_html.c
539
t = print_otag(h, TAG_H1, "c", "Sh");
usr/src/cmd/mandoc/mdoc_html.c
542
t = print_otag(h, TAG_UL, "c", "Bl-compact");
usr/src/cmd/mandoc/mdoc_html.c
544
tsec = print_otag(h, TAG_LI, "");
usr/src/cmd/mandoc/mdoc_html.c
546
tsub = print_otag(h, TAG_A, "hR", id);
usr/src/cmd/mandoc/mdoc_html.c
559
print_otag(h, TAG_UL,
usr/src/cmd/mandoc/mdoc_html.c
561
tsub = print_otag(h, TAG_LI, "");
usr/src/cmd/mandoc/mdoc_html.c
562
print_otag(h, TAG_A, "hR", id);
usr/src/cmd/mandoc/mdoc_html.c
571
print_otag(h, TAG_SECTION, "c", "Sh");
usr/src/cmd/mandoc/mdoc_html.c
592
print_otag(h, TAG_SECTION, "c", "Ss");
usr/src/cmd/mandoc/mdoc_html.c
635
print_otag(h, TAG_SPAN, "c", "Nd");
usr/src/cmd/mandoc/mdoc_html.c
646
print_otag(h, TAG_TD, "");
usr/src/cmd/mandoc/mdoc_html.c
649
print_otag(h, TAG_CODE, "c", "Nm");
usr/src/cmd/mandoc/mdoc_html.c
652
print_otag(h, TAG_TD, "");
usr/src/cmd/mandoc/mdoc_html.c
659
print_otag(h, TAG_TABLE, "c", "Nm");
usr/src/cmd/mandoc/mdoc_html.c
660
print_otag(h, TAG_TR, "");
usr/src/cmd/mandoc/mdoc_html.c
671
print_otag(h, TAG_A, "chM", "Xr",
usr/src/cmd/mandoc/mdoc_html.c
675
print_otag(h, TAG_A, "c", "Xr");
usr/src/cmd/mandoc/mdoc_html.c
698
print_tagq(h, print_otag(h, TAG_MARK, "i", id));
usr/src/cmd/mandoc/mdoc_html.c
716
print_otag(h, TAG_VAR, "c", "Ar");
usr/src/cmd/mandoc/mdoc_html.c
723
print_otag(h, TAG_SPAN, "c", "Ux");
usr/src/cmd/mandoc/mdoc_html.c
763
print_otag(h, TAG_DD, "");
usr/src/cmd/mandoc/mdoc_html.c
776
print_otag(h, TAG_DD, "s", "width", "auto");
usr/src/cmd/mandoc/mdoc_html.c
779
print_otag(h, TAG_DD, "");
usr/src/cmd/mandoc/mdoc_html.c
790
print_otag(h, TAG_TD, "");
usr/src/cmd/mandoc/mdoc_html.c
858
print_otag(h, TAG_DIV, "c", "Bd-indent");
usr/src/cmd/mandoc/mdoc_html.c
881
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/mdoc_html.c
888
print_otag(h, TAG_SPAN, "c", "St");
usr/src/cmd/mandoc/mdoc_html.c
915
print_otag(h, TAG_CODE, "c", "Li");
usr/src/cmd/mandoc/mdoc_html.c
925
print_otag(h, TAG_A, "chR", "Sx", id);
usr/src/cmd/mandoc/mdoc_html.c
980
print_otag(h, TAG_SPAN, "c", "Pa");
usr/src/cmd/mandoc/mdoc_html.c
987
print_otag(h, TAG_SPAN, "c", "Ad");
usr/src/cmd/mandoc/roff_html.c
106
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/roff_html.c
117
print_otag(h, TAG_P, "c", "Pp");
usr/src/cmd/mandoc/roff_html.c
69
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/roff_html.c
90
print_otag(h, TAG_BR, "");
usr/src/cmd/mandoc/tbl_html.c
174
tt = print_otag(h, TAG_TR, "ss",
usr/src/cmd/mandoc/tbl_html.c
242
print_otag(h, TAG_TD, "??sss",
usr/src/cmd/mandoc/tbl_html.c
251
print_otag(h, TAG_HR, "");
usr/src/cmd/mandoc/tbl_html.c
92
h->tblt = print_otag(h, TAG_TABLE, "c?ss", "tbl",