HomeSort by: relevance | last modified time | path
    Searched defs:match_enum (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libform/
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,
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,

Completed in 23 milliseconds