Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtag.c94 assert(prio <= TAG_FALLBACK); in tag_put()
161 else if (entry->prio > prio || prio == TAG_FALLBACK) { in tag_put()
168 if (prio == TAG_FALLBACK) { in tag_put()
H A Dtag.h28 #define TAG_FALLBACK (INT_MAX - 1) /* Tag only used if unique. */ macro
H A Dman_validate.c331 tag_put(tag, TAG_FALLBACK, n); in post_SH()
H A Dmdoc_validate.c1582 tag_put(NULL, TAG_FALLBACK, mdoc->last); in post_em()
2624 tag_put(tag, TAG_FALLBACK, n); in post_section()