Searched refs:country_list (Results 1 – 2 of 2) sorted by relevance
274 static const struct search_list country_list[] = { variable603 country = list_lookup(cnumber, country_list, in find_country_from_cname()604 sizeof(country_list) / sizeof(country_list[0])); in find_country_from_cname()
816 parse_country_list(xmlNode *country_list, struct rxkb_layout *layout) in parse_country_list() argument821 for (node = country_list->children; node; node = node->next) { in parse_country_list()