Searched refs:metaf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c226 if (h->metaf) {
227 print_tagq(h, h->metaf);
228 h->metaf = NULL;
236 h->metaf = print_otag(h, TAG_I, 0, NULL);
239 h->metaf = print_otag(h, TAG_B, 0, NULL);
242 h->metaf = print_otag(h, TAG_B, 0, NULL);
497 if (tag == h->metaf)
498 h->metaf = NULL;
533 assert(NULL == h->metaf);
536 h->metaf
[all...]
H A Dhtml.h138 struct tag *metaf; /* current open font scope */ member in struct:html

Completed in 46 milliseconds