Searched refs:LED_COMPOSE (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunKbd.c157 LED_COMPOSE,
158 LED_COMPOSE | LED_NUM_LOCK,
159 LED_COMPOSE | LED_SCROLL_LOCK,
160 LED_COMPOSE | LED_SCROLL_LOCK | LED_NUM_LOCK,
165 LED_CAPS_LOCK | LED_COMPOSE,
166 LED_CAPS_LOCK | LED_COMPOSE | LED_NUM_LOCK,
167 LED_CAPS_LOCK | LED_COMPOSE | LED_SCROLL_LOCK,
168 LED_CAPS_LOCK | LED_COMPOSE | LED_SCROLL_LOCK | LED_NUM_LOCK
177 LED_COMPOSE,
178 LED_COMPOSE | LED_CAPS_LOC
[all...]
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunKbd.c199 LED_COMPOSE,
200 LED_COMPOSE | LED_NUM_LOCK,
201 LED_COMPOSE | LED_SCROLL_LOCK,
202 LED_COMPOSE | LED_SCROLL_LOCK | LED_NUM_LOCK,
207 LED_CAPS_LOCK | LED_COMPOSE,
208 LED_CAPS_LOCK | LED_COMPOSE | LED_NUM_LOCK,
209 LED_CAPS_LOCK | LED_COMPOSE | LED_SCROLL_LOCK,
210 LED_CAPS_LOCK | LED_COMPOSE | LED_SCROLL_LOCK | LED_NUM_LOCK
219 LED_COMPOSE,
220 LED_COMPOSE | LED_CAPS_LOC
[all...]
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dsun_kbd.c390 real_leds &= ~(LED_CAPS_LOCK | LED_NUM_LOCK | LED_SCROLL_LOCK | LED_COMPOSE);
395 if (leds & XLED4) real_leds |= LED_COMPOSE;
409 if (real_leds & LED_COMPOSE) leds |= XLED4;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbInit.c57 #define LED_COMPOSE 2 macro
66 #define LED_COMPOSE 3 macro
403 #ifdef LED_COMPOSE
404 if (names->indicators[LED_COMPOSE-1]==None)
405 names->indicators[LED_COMPOSE-1] = CREATE_ATOM("Compose");
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbInit.c57 #define LED_COMPOSE 2 macro
66 #define LED_COMPOSE 3 macro
428 #ifdef LED_COMPOSE
429 if (names->indicators[LED_COMPOSE - 1] == None)
430 names->indicators[LED_COMPOSE - 1] = CREATE_ATOM("Compose");
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h154 # define LED_COMP LED_COMPOSE
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h158 #define LED_COMP LED_COMPOSE
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dusb-common.c240 case LED_COMPOSE: strcat(extra," Compose"); break;

Completed in 9 milliseconds