Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dman_html.c455 fp = i % 2 ? TAG_I : TAG_MAX; in man_alt_pre()
458 fp = i % 2 ? TAG_MAX : TAG_I; in man_alt_pre()
461 fp = i % 2 ? TAG_MAX : TAG_B; in man_alt_pre()
464 fp = i % 2 ? TAG_B : TAG_MAX; in man_alt_pre()
474 if (TAG_MAX != fp) in man_alt_pre()
H A Dhtml.h53 TAG_MAX enumerator
H A Dhtml.c47 static const struct htmldata htmltags[TAG_MAX] = {