Lines Matching refs:tlc
103 function add_zone_n_to_country_menu(tlc, n)
105 zone_title = ENVIRON["country_" tlc "_descr_" n]
107 country_menu_list[tlc] = country_menu_list[tlc] \
108 ( length(country_menu_list[tlc]) > 0 ? "\n" : "" ) \
121 tlc = countries[cp]
122 title = ENVIRON["country_" tlc "_name"]
124 nzones = ENVIRON["country_" tlc "_nzones"]
133 cont = ENVIRON["country_" tlc "_cont"]
135 continent_tlc[cont,nitems] = tlc
143 add_zone_n_to_country_menu(tlc, n)
144 cont = ENVIRON["country_" tlc "_cont_" n]
147 contx = ENVIRON["country_"tlc"_cont_"x]
153 continent_tlc[cont,nitems] = tlc
207 for (tlc in country_menu_list)
209 menu_list = country_menu_list[tlc]
211 printf "country_%s_menu_list=\"%s\"\n", tlc, menu_list