Searched refs:allow_negate (Results 1 – 1 of 1) sorted by relevance
96 match_flag(const char *opt, int allow_negate, char **optsp, const char *msg) in match_flag() argument102 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) { in match_flag()