Symbol: TAG_SPAN
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
287
h->metaf = print_otag(h, TAG_SPAN, "c", "Li");
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
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
583
tt = print_otag(h, TAG_SPAN, "c", "Op");
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
1031
print_otag(h, TAG_SPAN, "c", "An");
usr.bin/mandoc/mdoc_html.c
1466
print_otag(h, TAG_SPAN, "c", "Rs");
usr.bin/mandoc/mdoc_html.c
1477
print_otag_id(h, TAG_SPAN, roff_name[n->tok], n);
usr.bin/mandoc/mdoc_html.c
1496
print_otag(h, TAG_SPAN, "c", "Lb");
usr.bin/mandoc/mdoc_html.c
1509
t = TAG_SPAN;
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
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
647
print_otag(h, TAG_SPAN, "cr", "Nd", "doc-subtitle");
usr.bin/mandoc/mdoc_html.c
743
print_otag(h, TAG_SPAN, "c", "Ux");
usr.bin/mandoc/mdoc_html.c
908
print_otag(h, TAG_SPAN, "c", "St");