Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dhtml.c254 h->metal = h->metac; in print_metaf()
255 h->metac = font; in print_metaf()
565 switch (h->metac) { in print_text()
H A Dman_html.c243 if (HTMLFONT_NONE != h->metac) { in print_man_node()
244 h->metal = h->metac; in print_man_node()
245 h->metac = HTMLFONT_NONE; in print_man_node()
H A Dhtml.h141 enum htmlfont metac; /* current font mode */ member