Searched refs:_choices (Results 1 – 1 of 1) sorted by relevance
235 #define OPT_STR(_choices) .type = BCH_OPT_STR, \ argument236 .min = 0, .max = ARRAY_SIZE(_choices) - 1, \237 .choices = _choices238 #define OPT_STR_NOLIMIT(_choices) .type = BCH_OPT_STR, \ argument240 .choices = _choices241 #define OPT_BITFIELD(_choices) .type = BCH_OPT_BITFIELD, \ argument242 .choices = _choices