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

/netbsd-current/external/bsd/mdocml/dist/
H A Dman_html.c359 fp = i % 2 ? TAG_I : TAG_MAX;
362 fp = i % 2 ? TAG_MAX : TAG_I;
365 fp = i % 2 ? TAG_MAX : TAG_B;
368 fp = i % 2 ? TAG_B : TAG_MAX;
377 if (fp != TAG_MAX)
382 if (fp != TAG_MAX)
477 list_elem = TAG_MAX;
484 if (list_elem != TAG_MAX)
H A Dhtml.h69 TAG_MAX enumerator in enum:htmltag
H A Dhtml.c58 static const struct htmldata htmltags[TAG_MAX] = {

Completed in 186 milliseconds