Searched refs:XK_Agrave (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DLower.c44 (c) + (XK_a - XK_A) : (c) >= XK_Agrave && (c) <= XK_Odiaeresis ? \
45 (c) + (XK_agrave - XK_Agrave) : (c) >= XK_Ooblique && (c) <= XK_Thorn ? \
53 (c) - (XK_agrave - XK_Agrave) : (c) >= XK_oslash && (c) <= XK_thorn ? \
/xsrc/external/mit/xcb-util/dist/keysyms/
H A Dkeysyms.c377 else if ((sym >= XK_Agrave) && (sym <= XK_Odiaeresis))
378 *lower += (XK_agrave - XK_Agrave);
380 *upper -= (XK_agrave - XK_Agrave);
/xsrc/external/mit/xfs/dist/difs/
H A Ddifsutils.c202 else if ((a >= XK_Agrave) && (a <= XK_Odiaeresis))
203 a += (XK_agrave - XK_Agrave);
209 else if ((b >= XK_Agrave) && (b <= XK_Odiaeresis))
210 b += (XK_agrave - XK_Agrave);
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsColNm.c836 else if ((*source >= XK_Agrave) && (*source <= XK_Odiaeresis))
837 *dest = *source + (XK_agrave - XK_Agrave);
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c1401 else if ((a >= XK_Agrave) && (a <= XK_Odiaeresis))
1402 a = (unsigned char) (a + (XK_agrave - XK_Agrave));
1408 else if ((b >= XK_Agrave) && (b <= XK_Odiaeresis))
1409 b = (unsigned char) (b + (XK_agrave - XK_Agrave));
1429 else if (*source >= XK_Agrave && *source <= XK_Odiaeresis)
1430 *dest = (unsigned char) (*source + (XK_agrave - XK_Agrave));
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixutils.c159 else if ((source >= XK_Agrave) && (source <= XK_Odiaeresis))
160 dest = source + (XK_agrave - XK_Agrave);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixutils.c157 else if ((source >= XK_Agrave) && (source <= XK_Odiaeresis))
158 dest = source + (XK_agrave - XK_Agrave);
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dws_KbdMap.c193 [KS_Agrave] = XK_Agrave,
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbfmisc.c61 ((ks>=XK_Agrave)&&(ks<=XK_THORN)&&(ks!=XK_multiply))) {
H A DxkbUtils.c817 else if ((sym >= XK_Agrave) && (sym <= XK_Odiaeresis))
818 *lower += (XK_agrave - XK_Agrave);
820 *upper -= (XK_agrave - XK_Agrave);
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbfmisc.c61 ((ks >= XK_Agrave) && (ks <= XK_THORN) && (ks != XK_multiply))) {
H A DxkbUtils.c841 else if ((sym >= XK_Agrave) && (sym <= XK_Odiaeresis))
842 *lower += (XK_agrave - XK_Agrave);
844 *upper -= (XK_agrave - XK_Agrave);
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontfile.c45 if (source >= XK_Agrave && source <= XK_Odiaeresis)
46 return source + (XK_agrave - XK_Agrave);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontfile.c47 if (source >= XK_Agrave && source <= XK_Odiaeresis)
48 return source + (XK_agrave - XK_Agrave);
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbmisc.c59 ((ks >= XK_Agrave) && (ks <= XK_THORN) && (ks != XK_multiply))) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dkeyboard.c95 XK_Agrave, XK_Aacute, XK_Acircumflex, XK_Atilde,
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-keyboard.c270 XK_Agrave, XK_Aacute, XK_Acircumflex, XK_Atilde,
/xsrc/external/mit/xwud/dist/
H A Dxwud.c885 *str = c - (XK_agrave - XK_Agrave);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A Dkeysymdef.h756 #define XK_Agrave 0x00c0 /* U+00C0 LATIN CAPITAL LETTER A WITH GRAVE */ macro
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunKeyMap.c443 XK_Agrave, NoSymbol, XK_grave, NoSymbol, /* 42*/
625 XK_Agrave, NoSymbol, NoSymbol, NoSymbol, /* 88*/
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunKeyMap.c443 XK_Agrave, NoSymbol, XK_grave, NoSymbol, /* 42*/
625 XK_Agrave, NoSymbol, NoSymbol, NoSymbol, /* 88*/

Completed in 47 milliseconds