Lines Matching refs:country
241 KBDCountryCode country; in kbdAppKeyEvent() local
346 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent()
348 if (country == KBD_CC_GREEK) { in kbdAppKeyEvent()
395 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0}; // index into codeList above in main() local
460 country[cch] = (country[cch]+1) % MAX_CODE; in main()
462 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
464 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main()
466 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main()
468 if (countryList[country[cch]] == KBD_CC_JAPANESE) { in main()
480 } else if (countryList[country[cch]] != KBD_CC_UNITED_STATES && in main()
481 countryList[country[cch]] != KBD_CC_ITALIAN) { in main()