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

/xsrc/external/mit/xcb-util/dist/keysyms/
H A Dkeysyms.c394 else if (sym >= XK_Zcaron && sym <= XK_Zabovedot)
395 *lower += (XK_zcaron - XK_Zcaron);
403 *upper -= (XK_zcaron - XK_Zcaron);
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c706 else if (sym >= XK_Zcaron && sym <= XK_Zabovedot)
707 *lower += (XK_zcaron - XK_Zcaron);
715 *upper -= (XK_zcaron - XK_Zcaron);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c834 else if (sym >= XK_Zcaron && sym <= XK_Zabovedot)
835 *lower += (XK_zcaron - XK_Zcaron);
843 *upper -= (XK_zcaron - XK_Zcaron);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c858 else if (sym >= XK_Zcaron && sym <= XK_Zabovedot)
859 *lower += (XK_zcaron - XK_Zcaron);
867 *upper -= (XK_zcaron - XK_Zcaron);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A Dkeysymdef.h841 #define XK_Zcaron 0x01ae /* U+017D LATIN CAPITAL LETTER Z WITH CARON */ macro

Completed in 38 milliseconds