Home
last modified time | relevance | path

Searched refs:EQNFONT__MAX (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Deqn_term.c30 static const enum termfont fontmap[EQNFONT__MAX] = {
H A Deqn_html.c30 static const enum htmltag fontmap[EQNFONT__MAX] = {
H A Dmandoc.h307 EQNFONT__MAX enumerator
H A Deqn.c189 static const struct eqnstr eqnfonts[EQNFONT__MAX] = {
602 for (i = 0; i < (int)EQNFONT__MAX; i++) { in eqn_box()