Searched refs:KS_GROUP_Keycode (Results 1 – 2 of 2) sorted by relevance
444 if (KS_GROUP(*kp) == KS_GROUP_Keycode && in wskbd_get_mapentry()453 if (KS_GROUP(kp[l]) == KS_GROUP_Keycode) in wskbd_get_mapentry()520 if (KS_GROUP(*kp) == KS_GROUP_Keycode && KS_VALUE(*kp) > i) in wskbd_load_keymap()529 if (KS_GROUP(*kp) != KS_GROUP_Keycode) in wskbd_load_keymap()543 if (KS_GROUP(kp[i]) == KS_GROUP_Keycode) in wskbd_load_keymap()
618 #define KS_GROUP_Keycode 0xf803U /* not encoded in keysym */ macro624 (((k) & 0xf000) == 0xe000 ? KS_GROUP_Keycode : \