Symbol: print_otag
usr.bin/mandoc/eqn_html.c
102
post = print_otag(p, TAG_MUNDER, "");
usr.bin/mandoc/eqn_html.c
105
post = print_otag(p, TAG_MSUB, "");
usr.bin/mandoc/eqn_html.c
108
post = print_otag(p, TAG_MFRAC, "");
usr.bin/mandoc/eqn_html.c
111
post = print_otag(p, TAG_MUNDEROVER, "");
usr.bin/mandoc/eqn_html.c
114
post = print_otag(p, TAG_MSUBSUP, "");
usr.bin/mandoc/eqn_html.c
117
post = print_otag(p, TAG_MSQRT, "");
usr.bin/mandoc/eqn_html.c
126
post = print_otag(p, TAG_MOVER, "");
usr.bin/mandoc/eqn_html.c
128
post = print_otag(p, TAG_MUNDEROVER, "");
usr.bin/mandoc/eqn_html.c
130
post = print_otag(p, TAG_MUNDER, "");
usr.bin/mandoc/eqn_html.c
138
post = print_otag(p, TAG_MTABLE, "");
usr.bin/mandoc/eqn_html.c
142
post = print_otag(p, TAG_MTR, "");
usr.bin/mandoc/eqn_html.c
143
print_otag(p, TAG_MTD, "");
usr.bin/mandoc/eqn_html.c
182
post = print_otag(p, tag, "");
usr.bin/mandoc/eqn_html.c
185
post = print_otag(p, tag, "?", "fontstyle", "normal");
usr.bin/mandoc/eqn_html.c
189
post = print_otag(p, tag, "?", "fontweight", "bold");
usr.bin/mandoc/eqn_html.c
192
post = print_otag(p, tag, "?", "fontstyle", "italic");
usr.bin/mandoc/eqn_html.c
200
post = print_otag(p, TAG_MFENCED, "??",
usr.bin/mandoc/eqn_html.c
204
post = print_otag(p, TAG_MROW, "");
usr.bin/mandoc/eqn_html.c
206
print_otag(p, TAG_MROW, "");
usr.bin/mandoc/eqn_html.c
213
t = print_otag(p, TAG_MO, "");
usr.bin/mandoc/eqn_html.c
218
t = print_otag(p, TAG_MO, "");
usr.bin/mandoc/eqn_html.c
237
t = print_otag(p, TAG_MATH, "c", "eqn");
usr.bin/mandoc/eqn_html.c
67
post = print_otag(p, TAG_MTABLE, "");
usr.bin/mandoc/eqn_html.c
70
row = print_otag(p, TAG_MTR, "");
usr.bin/mandoc/eqn_html.c
78
cell = print_otag(p, TAG_MTD, "");
usr.bin/mandoc/eqn_html.c
96
post = print_otag(p, TAG_MOVER, "");
usr.bin/mandoc/eqn_html.c
99
post = print_otag(p, TAG_MSUP, "");
usr.bin/mandoc/html.c
200
print_otag(h, TAG_META, "?", "charset", "utf-8");
usr.bin/mandoc/html.c
201
print_otag(h, TAG_META, "??", "name", "viewport",
usr.bin/mandoc/html.c
204
print_otag(h, TAG_LINK, "?h??", "rel", "stylesheet",
usr.bin/mandoc/html.c
213
t = print_otag(h, TAG_STYLE, "");
usr.bin/mandoc/html.c
270
h->metaf = print_otag(h, TAG_I, "");
usr.bin/mandoc/html.c
273
h->metaf = print_otag(h, TAG_B, "");
usr.bin/mandoc/html.c
276
h->metaf = print_otag(h, TAG_B, "");
usr.bin/mandoc/html.c
277
print_otag(h, TAG_I, "");
usr.bin/mandoc/html.c
280
h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
usr.bin/mandoc/html.c
283
h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
usr.bin/mandoc/html.c
284
print_otag(h, TAG_B, "");
usr.bin/mandoc/html.c
287
h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
usr.bin/mandoc/html.c
288
print_otag(h, TAG_I, "");
usr.bin/mandoc/html.c
336
print_otag(h, TAG_PRE, "");
usr.bin/mandoc/html.c
495
print_otag(h, TAG_BR, "");
usr.bin/mandoc/html.c
659
print_otag(h, TAG_P, "c", "Pp");
usr.bin/mandoc/html.c
820
ret = print_otag(h, TAG_A, "chR", "permalink", href);
usr.bin/mandoc/html.c
821
t = print_otag(h, elemtype, "ci", cattr, id);
usr.bin/mandoc/html.c
833
print_otag(h, TAG_A, "chR", "permalink", href);
usr.bin/mandoc/html.c
926
print_otag(h, TAG_P, "c", "Pp");
usr.bin/mandoc/html.c
949
t = print_otag(h, TAG_A, "chR", "permalink", href);
usr.bin/mandoc/html.h
128
struct tag *print_otag(struct html *, enum htmltag, const char *, ...);
usr.bin/mandoc/man_html.c
124
print_otag(h, TAG_HTML, "");
usr.bin/mandoc/man_html.c
125
t = print_otag(h, TAG_HEAD, "");
usr.bin/mandoc/man_html.c
130
print_otag(h, TAG_BODY, "");
usr.bin/mandoc/man_html.c
134
t = print_otag(h, TAG_MAIN, "c", "manual-text");
usr.bin/mandoc/man_html.c
148
print_otag(h, TAG_TITLE, "");
usr.bin/mandoc/man_html.c
187
print_otag(h, TAG_BR, "");
usr.bin/mandoc/man_html.c
272
t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader",
usr.bin/mandoc/man_html.c
275
print_otag(h, TAG_SPAN, "c", "head-ltitle");
usr.bin/mandoc/man_html.c
279
print_otag(h, TAG_SPAN, "c", "head-vol");
usr.bin/mandoc/man_html.c
284
print_otag(h, TAG_SPAN, "c", "head-rtitle");
usr.bin/mandoc/man_html.c
302
t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter",
usr.bin/mandoc/man_html.c
305
print_otag(h, TAG_SPAN, "c", "foot-left");
usr.bin/mandoc/man_html.c
310
print_otag(h, TAG_SPAN, "c", "foot-date");
usr.bin/mandoc/man_html.c
314
print_otag(h, TAG_SPAN, "c", "foot-right");
usr.bin/mandoc/man_html.c
336
print_otag(h, TAG_SECTION, "c", class);
usr.bin/mandoc/man_html.c
385
t = print_otag(h, fp, "");
usr.bin/mandoc/man_html.c
398
print_otag(h, TAG_SMALL, "");
usr.bin/mandoc/man_html.c
400
print_otag(h, TAG_B, "");
usr.bin/mandoc/man_html.c
416
print_otag(h, TAG_P, "c",
usr.bin/mandoc/man_html.c
496
print_otag(h, list_elem, "c", list_class);
usr.bin/mandoc/man_html.c
504
print_otag(h, body_elem, "");
usr.bin/mandoc/man_html.c
551
t = print_otag(h, TAG_A, "chM?", "Xr",
usr.bin/mandoc/man_html.c
554
t = print_otag(h, TAG_A, "c?", "Xr", "aria-label", label);
usr.bin/mandoc/man_html.c
583
tt = print_otag(h, TAG_SPAN, "c", "Op");
usr.bin/mandoc/man_html.c
586
print_otag(h, TAG_B, "");
usr.bin/mandoc/man_html.c
593
print_otag(h, TAG_I, "");
usr.bin/mandoc/man_html.c
606
print_otag(h, TAG_B, "");
usr.bin/mandoc/man_html.c
613
print_otag(h, TAG_I, "");
usr.bin/mandoc/man_html.c
620
print_otag(h, TAG_BR, "");
usr.bin/mandoc/man_html.c
640
print_otag(h, TAG_DIV, "c", "Bd-indent");
usr.bin/mandoc/man_html.c
654
print_otag(h, TAG_TABLE, "c", "Nm");
usr.bin/mandoc/man_html.c
655
print_otag(h, TAG_TR, "");
usr.bin/mandoc/man_html.c
658
print_otag(h, TAG_TD, "");
usr.bin/mandoc/man_html.c
659
print_otag(h, TAG_CODE, "c", "Nm");
usr.bin/mandoc/man_html.c
662
print_otag(h, TAG_TD, "");
usr.bin/mandoc/man_html.c
681
print_otag(h, TAG_A, "ch", "Mt", cp);
usr.bin/mandoc/man_html.c
684
print_otag(h, TAG_A, "ch", "Lk", n->child->string);
usr.bin/mandoc/mdoc_html.c
1000
print_otag(h, TAG_SPAN, "c", "Pa");
usr.bin/mandoc/mdoc_html.c
1007
print_otag(h, TAG_SPAN, "c", "Ad");
usr.bin/mandoc/mdoc_html.c
1026
print_otag(h, TAG_BR, "");
usr.bin/mandoc/mdoc_html.c
1031
print_otag(h, TAG_SPAN, "c", "An");
usr.bin/mandoc/mdoc_html.c
1039
print_otag(h, TAG_CODE, "c", "Cd");
usr.bin/mandoc/mdoc_html.c
1050
print_otag(h, TAG_VAR, "c", "Fa");
usr.bin/mandoc/mdoc_html.c
1054
t = print_otag(h, TAG_VAR, "c", "Fa");
usr.bin/mandoc/mdoc_html.c
1085
print_otag(h, TAG_CODE, "c", "Fd");
usr.bin/mandoc/mdoc_html.c
1089
print_otag(h, TAG_CODE, "c", "In");
usr.bin/mandoc/mdoc_html.c
1103
t = print_otag(h, TAG_A, "chI", "In", buf);
usr.bin/mandoc/mdoc_html.c
1106
t = print_otag(h, TAG_A, "c", "In");
usr.bin/mandoc/mdoc_html.c
1133
print_otag(h, TAG_VAR, "c", "Vt");
usr.bin/mandoc/mdoc_html.c
1141
print_otag(h, TAG_VAR, "c", "Ft");
usr.bin/mandoc/mdoc_html.c
1162
t = print_otag(h, TAG_VAR, "c", "Ft");
usr.bin/mandoc/mdoc_html.c
1188
t = print_otag(h, TAG_VAR, "cs", "Fa",
usr.bin/mandoc/mdoc_html.c
1191
t = print_otag(h, TAG_VAR, "c", "Fa");
usr.bin/mandoc/mdoc_html.c
1251
print_otag(h, TAG_P, "ci", "Pp", id);
usr.bin/mandoc/mdoc_html.c
1276
t = print_otag(h, TAG_A, "ch", "Lk", link->string);
usr.bin/mandoc/mdoc_html.c
1303
t = print_otag(h, TAG_A, "ch", "Mt", cp);
usr.bin/mandoc/mdoc_html.c
1354
print_otag(h, TAG_CODE, "c", "In");
usr.bin/mandoc/mdoc_html.c
1373
t = print_otag(h, TAG_A, "chI", "In", n->string);
usr.bin/mandoc/mdoc_html.c
1375
t = print_otag(h, TAG_A, "c", "In");
usr.bin/mandoc/mdoc_html.c
1395
print_otag(h, TAG_VAR, "c", "Va");
usr.bin/mandoc/mdoc_html.c
1435
print_otag(h, TAG_DIV, "c", cattr);
usr.bin/mandoc/mdoc_html.c
1465
print_otag(h, TAG_P, "c", "Pp");
usr.bin/mandoc/mdoc_html.c
1466
print_otag(h, TAG_SPAN, "c", "Rs");
usr.bin/mandoc/mdoc_html.c
1494
print_otag(h, TAG_BR, "");
usr.bin/mandoc/mdoc_html.c
1496
print_otag(h, TAG_SPAN, "c", "Lb");
usr.bin/mandoc/mdoc_html.c
1557
print_otag(h, TAG_A, "ch", "RsR", url);
usr.bin/mandoc/mdoc_html.c
1575
print_otag(h, TAG_A, "ch", "RsU", arg);
usr.bin/mandoc/mdoc_html.c
1584
print_otag(h, t, "c", cattr);
usr.bin/mandoc/mdoc_html.c
1699
print_otag(h, TAG_CODE, "c", "Li");
usr.bin/mandoc/mdoc_html.c
258
print_otag(h, TAG_BR, "");
usr.bin/mandoc/mdoc_html.c
274
print_otag(h, TAG_BR, "");
usr.bin/mandoc/mdoc_html.c
278
print_otag(h, TAG_P, "c", "Pp");
usr.bin/mandoc/mdoc_html.c
293
print_otag(h, TAG_HTML, "");
usr.bin/mandoc/mdoc_html.c
294
t = print_otag(h, TAG_HEAD, "");
usr.bin/mandoc/mdoc_html.c
299
print_otag(h, TAG_BODY, "");
usr.bin/mandoc/mdoc_html.c
303
t = print_otag(h, TAG_MAIN, "c", "manual-text");
usr.bin/mandoc/mdoc_html.c
327
print_otag(h, TAG_TITLE, "");
usr.bin/mandoc/mdoc_html.c
370
print_otag(h, TAG_BR, "");
usr.bin/mandoc/mdoc_html.c
463
t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter",
usr.bin/mandoc/mdoc_html.c
466
print_otag(h, TAG_SPAN, "c", "foot-left");
usr.bin/mandoc/mdoc_html.c
470
print_otag(h, TAG_SPAN, "c", "foot-date");
usr.bin/mandoc/mdoc_html.c
474
print_otag(h, TAG_SPAN, "c", "foot-right");
usr.bin/mandoc/mdoc_html.c
498
t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader",
usr.bin/mandoc/mdoc_html.c
501
print_otag(h, TAG_SPAN, "c", "head-ltitle");
usr.bin/mandoc/mdoc_html.c
505
print_otag(h, TAG_SPAN, "c", "head-vol");
usr.bin/mandoc/mdoc_html.c
509
print_otag(h, TAG_SPAN, "c", "head-rtitle");
usr.bin/mandoc/mdoc_html.c
539
print_otag(h, TAG_SECTION, "c", "Sh");
usr.bin/mandoc/mdoc_html.c
550
tnav = print_otag(h, TAG_NAV, "r", "doc-toc");
usr.bin/mandoc/mdoc_html.c
551
t = print_otag(h, TAG_H2, "c", "Sh");
usr.bin/mandoc/mdoc_html.c
554
t = print_otag(h, TAG_UL, "c", "Bl-compact");
usr.bin/mandoc/mdoc_html.c
556
tsec = print_otag(h, TAG_LI, "");
usr.bin/mandoc/mdoc_html.c
558
tsub = print_otag(h, TAG_A, "hR", id);
usr.bin/mandoc/mdoc_html.c
571
print_otag(h, TAG_UL,
usr.bin/mandoc/mdoc_html.c
573
tsub = print_otag(h, TAG_LI, "");
usr.bin/mandoc/mdoc_html.c
574
print_otag(h, TAG_A, "hR", id);
usr.bin/mandoc/mdoc_html.c
583
print_otag(h, TAG_SECTION, "c", "Sh");
usr.bin/mandoc/mdoc_html.c
604
print_otag(h, TAG_SECTION, "c", "Ss");
usr.bin/mandoc/mdoc_html.c
647
print_otag(h, TAG_SPAN, "cr", "Nd", "doc-subtitle");
usr.bin/mandoc/mdoc_html.c
658
print_otag(h, TAG_TD, "");
usr.bin/mandoc/mdoc_html.c
661
print_otag(h, TAG_CODE, "c", "Nm");
usr.bin/mandoc/mdoc_html.c
664
print_otag(h, TAG_TD, "");
usr.bin/mandoc/mdoc_html.c
671
print_otag(h, TAG_TABLE, "c", "Nm");
usr.bin/mandoc/mdoc_html.c
672
print_otag(h, TAG_TR, "");
usr.bin/mandoc/mdoc_html.c
692
print_otag(h, TAG_A, "chM?", "Xr",
usr.bin/mandoc/mdoc_html.c
695
print_otag(h, TAG_A, "c?", "Xr", "aria-label", label);
usr.bin/mandoc/mdoc_html.c
718
print_tagq(h, print_otag(h, TAG_MARK, "i", id));
usr.bin/mandoc/mdoc_html.c
736
print_otag(h, TAG_VAR, "c", "Ar");
usr.bin/mandoc/mdoc_html.c
743
print_otag(h, TAG_SPAN, "c", "Ux");
usr.bin/mandoc/mdoc_html.c
783
print_otag(h, TAG_DD, "");
usr.bin/mandoc/mdoc_html.c
796
print_otag(h, TAG_DD, "s", "width", "auto");
usr.bin/mandoc/mdoc_html.c
799
print_otag(h, TAG_DD, "");
usr.bin/mandoc/mdoc_html.c
810
print_otag(h, TAG_TD, "");
usr.bin/mandoc/mdoc_html.c
878
print_otag(h, TAG_DIV, "c", "Bd-indent");
usr.bin/mandoc/mdoc_html.c
901
print_otag(h, TAG_BR, "");
usr.bin/mandoc/mdoc_html.c
908
print_otag(h, TAG_SPAN, "c", "St");
usr.bin/mandoc/mdoc_html.c
935
print_otag(h, TAG_CODE, "c", "Li");
usr.bin/mandoc/mdoc_html.c
945
print_otag(h, TAG_A, "chR", "Sx", id);
usr.bin/mandoc/roff_html.c
104
print_otag(h, TAG_BR, "");
usr.bin/mandoc/roff_html.c
115
print_otag(h, TAG_P, "c", "Pp");
usr.bin/mandoc/roff_html.c
67
print_otag(h, TAG_BR, "");
usr.bin/mandoc/roff_html.c
88
print_otag(h, TAG_BR, "");
usr.bin/mandoc/tbl_html.c
141
tt = print_otag(h, TAG_TR, "ss",
usr.bin/mandoc/tbl_html.c
209
print_otag(h, TAG_TD, "??sss",
usr.bin/mandoc/tbl_html.c
220
print_otag(h, TAG_HR, "");
usr.bin/mandoc/tbl_html.c
59
h->tblt = print_otag(h, TAG_TABLE, "c?ss", "tbl",