type_enum.c | 148 match_enum(char **choices, unsigned num_choices, bool ignore_case, function in typeref:typename:bool 233 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case, 262 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case, 298 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case,
|