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

  /src/lib/libform/
type_enum.c 152 bool cur_match; local in function:match_enum
195 cur_match = (strncasecmp(&choices[i][enum_start],
200 cur_match = (strncmp(&choices[i][enum_start],
206 (cur_match == TRUE)? "TRUE" : "FALSE");
208 if (cur_match == TRUE) {

Completed in 51 milliseconds