Searched refs:LED_NUM (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbInit.c60 #define LED_NUM 5 macro
64 #define LED_NUM 1 macro
71 #define LED_NUM 2 macro
399 if (names->indicators[LED_NUM-1]==None)
400 names->indicators[LED_NUM-1] = CREATE_ATOM("Num Lock");
435 map->maps[LED_NUM-1].flags= XkbIM_NoExplicit;
436 map->maps[LED_NUM-1].which_mods= XkbIM_UseLocked;
437 map->maps[LED_NUM-1].mods.mask= 0;
438 map->maps[LED_NUM-1].mods.real_mods= 0;
439 map->maps[LED_NUM
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbInit.c60 #define LED_NUM 5 macro
64 #define LED_NUM 1 macro
71 #define LED_NUM 2 macro
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
[all...]
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dbsd_kbd.c90 #ifdef LED_NUM
91 if (leds & XLED2) real_leds |= LED_NUM;
146 #ifdef LED_NUM
147 if (real_leds & LED_NUM) leds |= XLED2;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h152 # define LED_NUM LED_NUM_LOCK macro
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h156 #define LED_NUM LED_NUM_LOCK macro

Completed in 8 milliseconds