Searched refs:TAG_SPAN (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/mandoc/ |
| H A D | mdoc_html.c | 468 print_otag(h, TAG_SPAN, "c", "foot-left"); in mdoc_root_post() 472 print_otag(h, TAG_SPAN, "c", "foot-date"); 476 print_otag(h, TAG_SPAN, "c", "foot-right"); in mdoc_root_pre() 503 print_otag(h, TAG_SPAN, "c", "head-ltitle"); in mdoc_root_pre() 507 print_otag(h, TAG_SPAN, "c", "head-vol"); in mdoc_root_pre() 511 print_otag(h, TAG_SPAN, "c", "head-rtitle"); 649 print_otag(h, TAG_SPAN, "cr", "Nd", "doc-subtitle"); in mdoc_nm_pre() 745 print_otag(h, TAG_SPAN, "c", "Ux"); in mdoc_it_pre() 910 print_otag(h, TAG_SPAN, "c", "St"); in mdoc_em_pre() 1002 print_otag(h, TAG_SPAN, " in mdoc_ad_pre() [all...] |
| H A D | man_html.c | 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() 307 print_otag(h, TAG_SPAN, "c", "foot-left"); in man_root_post() 312 print_otag(h, TAG_SPAN, "c", "foot-date"); 316 print_otag(h, TAG_SPAN, "c", "foot-right"); in man_SH_pre() 585 tt = print_otag(h, TAG_SPAN, "c", "Op"); in man_OP_pre()
|
| H A D | html.h | 53 TAG_SPAN, enumerator
|
| H A D | html.c | 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() 289 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf()
|