Home
last modified time | relevance | path

Searched refs:metac (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dhtml.c256 h->metal = h->metac; in print_metaf()
257 h->metac = font; in print_metaf()
562 switch (h->metac) { in print_text()
H A Dhtml.h133 enum htmlfont metac; /* current font mode */ member
H A Dman_html.c252 if (HTMLFONT_NONE != h->metac) { in print_man_node()
253 h->metal = h->metac; in print_man_node()
254 h->metac = HTMLFONT_NONE; in print_man_node()