Searched refs:_choices (Results 1 – 1 of 1) sorted by relevance
228 #define OPT_STR(_choices) .type = BCH_OPT_STR, \ argument229 .min = 0, .max = ARRAY_SIZE(_choices) - 1, \230 .choices = _choices231 #define OPT_STR_NOLIMIT(_choices) .type = BCH_OPT_STR, \ argument233 .choices = _choices234 #define OPT_BITFIELD(_choices) .type = BCH_OPT_BITFIELD, \ argument235 .choices = _choices