Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtag.h27 #define TAG_WEAK (INT_MAX - 2) /* Dubious automatic tagging. */ macro
H A Dtag.c172 if (*src != '\0' && prio < TAG_WEAK) in tag_put()
173 prio = TAG_WEAK; in tag_put()
H A Dman_validate.c211 prio = TAG_WEAK; in check_tag()