Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dhtml.c249 if (h->metaf) { in print_metaf()
250 print_tagq(h, h->metaf); in print_metaf()
251 h->metaf = NULL; in print_metaf()
259 h->metaf = print_otag(h, TAG_I, 0, NULL); in print_metaf()
262 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf()
265 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf()
528 if (tag == h->metaf) in print_ctag()
529 h->metaf = NULL; in print_ctag()
564 assert(NULL == h->metaf); in print_text()
567 h->metaf = print_otag(h, TAG_I, 0, NULL); in print_text()
[all …]
H A Dhtml.h139 struct tag *metaf; /* current open font scope */ member