Lines Matching full:invert
136 parse(int c, char **argv, int invert, unsigned int *flags,
150 check_inverse(optarg, &invert, &optind, 0);
152 if (invert)
162 check_inverse(optarg, &invert, &optind, 0);
164 if (invert)
174 check_inverse(optarg, &invert, &optind, 0);
176 if (invert)
186 check_inverse(optarg, &invert, &optind, 0);
188 if (invert)
227 int invert, int numeric)
229 const char *inv = invert ? "!" : "";
231 if (min != 0 || max != 0xFFFF || invert) {
274 print_option(u_int8_t option, int invert, int numeric)
276 if (option || invert)
277 printf("option=%s%u ", invert ? "!" : "", option);