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

/freebsd-10.1-release/contrib/mdocml/
H A Dhtml.c248 if (h->metaf) {
249 print_tagq(h, h->metaf);
250 h->metaf = NULL;
257 h->metaf = HTMLFONT_BOLD == font ?
513 assert(NULL == h->metaf);
515 h->metaf = HTMLFONT_BOLD == h->metac ?
526 if (h->metaf) {
527 print_tagq(h, h->metaf);
528 h->metaf = NULL;
545 if (tag == h->metaf)
[all...]
H A Dhtml.h129 struct tag *metaf; /* current open font scope */ member in struct:html

Completed in 58 milliseconds