Searched refs:TAG_B (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | man_html.c | 411 fp = i % 2 ? TAG_I : TAG_B; 414 fp = i % 2 ? TAG_B : TAG_I; 423 fp = i % 2 ? TAG_MAX : TAG_B; 426 fp = i % 2 ? TAG_B : TAG_MAX; 456 print_otag(h, TAG_B, 0, NULL); 567 print_otag(h, TAG_B, 0, NULL); 588 print_otag(h, TAG_B, 0, NULL);
|
H A D | html.c | 72 {"b", 0 }, /* TAG_B */ 239 h->metaf = print_otag(h, TAG_B, 0, NULL); 242 h->metaf = print_otag(h, TAG_B, 0, NULL); 539 h->metaf = print_otag(h, TAG_B, 0, NULL); 542 h->metaf = print_otag(h, TAG_B, 0, NULL);
|
H A D | html.h | 44 TAG_B, enumerator in enum:htmltag
|
H A D | mdoc_html.c | 596 print_otag(h, TAG_B, 1, &tag); 643 print_otag(h, TAG_B, 1, &tag); 840 print_otag(h, TAG_B, 1, tag); 996 t = print_otag(h, TAG_B, 1, &tag); 1229 print_otag(h, TAG_B, 1, &tag); 1312 print_otag(h, TAG_B, 1, tag); 1317 print_otag(h, TAG_B, 1, tag); 1441 t = print_otag(h, TAG_B, 1, tag); 1612 t = print_otag(h, TAG_B, 1, &tag); 1640 print_otag(h, TAG_B, [all...] |
Completed in 63 milliseconds