Home | History | Annotate | Download | only in extensions

Lines Matching full:invert

107 		if (cb->invert)
112 if (cb->invert)
118 if (cb->invert)
123 if (cb->invert)
153 int invert, int numeric)
155 const char *inv = invert ? "!" : "";
157 if (min != 0 || max != 0xFFFF || invert) {
200 print_option(uint8_t option, int invert, int numeric)
202 if (option || invert)
203 printf(" option=%s%u", invert ? "!" : "", option);