Lines Matching full:countries
223 snprintf(title, sizeof(title), "Countries in %s", in continent_country_menu()
297 static struct country countries[NCOUNTRIES]; variable
345 cp = &countries[CODE2INT(t)]; in read_iso3166_table()
370 cp = &countries[CODE2INT(tlc)]; in find_country()
420 * ``countries''---i.e., the codes that don't correspond to a real
446 qsort(countries, NCOUNTRIES, sizeof(countries[0]), compare_countries); in sort_countries()
561 for (cp = countries; cp->name != NULL; cp++) { in dump_zonetab()
580 * First, count up all the countries in each continent/ocean. in make_menus()
581 * Be careful to count those countries which have multiple zones in make_menus()
582 * only once for each. NB: some countries are in multiple in make_menus()
585 for (cp = countries; cp->name; cp++) { in make_menus()
626 * each continent. For multiple-zone countries, also create in make_menus()
629 for (cp = countries; cp->name; cp++) { in make_menus()