Searched refs:allow_negate (Results 1 – 2 of 2) sorted by relevance
219 int opt_flag(const char *opt, int allow_negate, const char **optsp);
2678 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() argument2684 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) { in opt_flag()