Lines Matching refs:LED_NUM
60 #define LED_NUM 5
64 #define LED_NUM 1
71 #define LED_NUM 2
424 if (names->indicators[LED_NUM - 1] == None)
425 names->indicators[LED_NUM - 1] = CREATE_ATOM("Num Lock");
461 map->maps[LED_NUM - 1].flags = XkbIM_NoExplicit;
462 map->maps[LED_NUM - 1].which_mods = XkbIM_UseLocked;
463 map->maps[LED_NUM - 1].mods.mask = 0;
464 map->maps[LED_NUM - 1].mods.real_mods = 0;
465 map->maps[LED_NUM - 1].mods.vmods = vmod_NumLockMask;