Searched refs:XKB_KEYCODE_MAX (Results 1 – 2 of 2) sorted by relevance
291 #define XKB_KEYCODE_MAX (0xffffffff - 1) macro297 #define xkb_keycode_is_legal_ext(key) (key <= XKB_KEYCODE_MAX)
160 #if XKB_KEYCODE_INVALID < XKB_KEYCODE_MAX in InitKeyNamesInfo()378 if (stmt->value < 0 || stmt->value > XKB_KEYCODE_MAX) { in HandleKeycodeDef()381 "Key ignored\n", (long long) stmt->value, XKB_KEYCODE_MAX); in HandleKeycodeDef()