Searched refs:CAPSFLAG (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dkbd.c52 #define CAPSFLAG 1 macro
222 if (pKbd->keyLeds & CAPSFLAG) leds |= XLED1;
240 pKbd->keyLeds |= CAPSFLAG;
242 pKbd->keyLeds &= ~CAPSFLAG;
280 if ((pKbd->keyLeds & CAPSFLAG) !=
281 ((leds & INITFLAG) ? 0 : (leds & CAPSFLAG))) {
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_inputs.c122 #define CAPSFLAG 1 macro
134 { CAPSFLAG, SPICE_KEYBOARD_MODIFIER_FLAGS_CAPS_LOCK },

Completed in 3 milliseconds