Searched refs:TAG_B (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dhtml.h46 TAG_B, enumerator in enum:htmltag
H A Dman_html.c442 fp = i % 2 ? TAG_I : TAG_B;
445 fp = i % 2 ? TAG_B : TAG_I;
454 fp = i % 2 ? TAG_MAX : TAG_B;
457 fp = i % 2 ? TAG_B : TAG_MAX;
482 print_otag(h, TAG_B, "");
584 print_otag(h, TAG_B, "");
604 print_otag(h, TAG_B, "");
H A Dmdoc_html.c548 print_otag(h, TAG_B, "cTi", "Fl", id);
568 print_otag(h, TAG_B, "cTi", "Cm", id);
594 print_otag(h, TAG_B, "cT", "Nm");
732 print_otag(h, TAG_B, "c", cattr);
1056 print_otag(h, TAG_B, "cT", "Cd");
1145 print_otag(h, TAG_B, "cT", "Fd");
1149 print_otag(h, TAG_B, "cT", "In");
1235 t = print_otag(h, TAG_B, "cT", "Fn");
1378 t = print_otag(h, TAG_B, "cT", "Fn");
1402 print_otag(h, TAG_B, "c
[all...]
H A Dhtml.c230 h->metaf = print_otag(h, TAG_B, "");
233 h->metaf = print_otag(h, TAG_B, "");
789 h->metaf = print_otag(h, TAG_B, "");
792 h->metaf = print_otag(h, TAG_B, "");

Completed in 119 milliseconds