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

/freebsd-10.1-release/contrib/mdocml/
H A Deqn_html.c33 TAG_B, /* EQNFONT_BOLD */
34 TAG_B, /* EQNFONT_FAT */
H A Dman_html.c443 fp = i % 2 ? TAG_I : TAG_B;
446 fp = i % 2 ? TAG_B : TAG_I;
455 fp = i % 2 ? TAG_MAX : TAG_B;
458 fp = i % 2 ? TAG_B : TAG_MAX;
490 print_otag(h, TAG_B, 0, NULL);
600 print_otag(h, TAG_B, 0, NULL);
623 print_otag(h, TAG_B, 0, NULL);
H A Dhtml.h49 TAG_B, enumerator in enum:htmltag
H A Dmdoc_html.c644 print_otag(h, TAG_B, 1, &tag);
691 print_otag(h, TAG_B, 1, &tag);
912 print_otag(h, TAG_B, 1, tag);
1087 t = print_otag(h, TAG_B, 1, &tag);
1316 print_otag(h, TAG_B, 1, &tag);
1409 print_otag(h, TAG_B, 1, tag);
1414 print_otag(h, TAG_B, 1, tag);
1535 t = print_otag(h, TAG_B, 1, tag);
1716 t = print_otag(h, TAG_B, 1, &tag);
1748 print_otag(h, TAG_B,
[all...]
H A Dhtml.c74 {"b", 0 }, /* TAG_B */
258 print_otag(h, TAG_B, 0, NULL) :
516 print_otag(h, TAG_B, 0, NULL) :

Completed in 88 milliseconds