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

/freebsd-12-stable/contrib/mandoc/
H A Dmandoc_msg.c275 static enum mandocerr min_type = MANDOCERR_BADARG; variable in typeref:enum:mandocerr
300 return min_type;
306 min_type = t;
328 if (t < min_type)

Completed in 98 milliseconds