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

/netbsd-current/external/bsd/mdocml/dist/
H A Dmandoc_msg.c247 static enum mandocerr min_type = MANDOCERR_MAX; variable in typeref:enum:mandocerr
272 return min_type;
278 min_type = t;
300 if (t < min_type && t != MANDOCERR_FILE)

Completed in 147 milliseconds