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

/xsrc/external/mit/xcb-util/dist/keysyms/
H A Dkeysyms.c420 *lower += (XK_cabovedot - XK_Cabovedot);
421 else if (sym >= XK_cabovedot && sym <= XK_scircumflex)
422 *upper -= (XK_cabovedot - XK_Cabovedot);
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c732 *lower += (XK_cabovedot - XK_Cabovedot);
733 else if (sym >= XK_cabovedot && sym <= XK_scircumflex)
734 *upper -= (XK_cabovedot - XK_Cabovedot);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbfmisc.c85 ((ks>=XK_cabovedot)&&(ks<=XK_scircumflex))) {
H A DxkbUtils.c860 *lower += (XK_cabovedot - XK_Cabovedot);
861 else if (sym >= XK_cabovedot && sym <= XK_scircumflex)
862 *upper -= (XK_cabovedot - XK_Cabovedot);
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbfmisc.c89 ((ks >= XK_cabovedot) && (ks <= XK_scircumflex))) {
H A DxkbUtils.c884 *lower += (XK_cabovedot - XK_Cabovedot);
885 else if (sym >= XK_cabovedot && sym <= XK_scircumflex)
886 *upper -= (XK_cabovedot - XK_Cabovedot);
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbmisc.c83 ((ks >= XK_cabovedot) && (ks <= XK_scircumflex))) {
/xsrc/external/mit/xorgproto/dist/include/X11/
H A Dkeysymdef.h913 #define XK_cabovedot 0x02e5 /* U+010B LATIN SMALL LETTER C WITH DOT ABOVE */ macro

Completed in 19 milliseconds