Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_msg.c284 static enum mandocerr min_type = MANDOCERR_BADARG; variable
309 return min_type; in mandoc_msg_getmin()
315 min_type = t; in mandoc_msg_setmin()
337 if (t < min_type) in mandoc_msg()