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

/xsrc/external/mit/xcb-util/dist/keysyms/
H A Dkeysyms.c395 *lower += (XK_zcaron - XK_Zcaron);
402 else if (sym >= XK_zcaron && sym <= XK_zabovedot)
403 *upper -= (XK_zcaron - XK_Zcaron);
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c707 *lower += (XK_zcaron - XK_Zcaron);
714 else if (sym >= XK_zcaron && sym <= XK_zabovedot)
715 *upper -= (XK_zcaron - XK_Zcaron);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c835 *lower += (XK_zcaron - XK_Zcaron);
842 else if (sym >= XK_zcaron && sym <= XK_zabovedot)
843 *upper -= (XK_zcaron - XK_Zcaron);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c859 *lower += (XK_zcaron - XK_Zcaron);
866 else if (sym >= XK_zcaron && sym <= XK_zabovedot)
867 *upper -= (XK_zcaron - XK_Zcaron);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A Dkeysymdef.h854 #define XK_zcaron 0x01be /* U+017E LATIN SMALL LETTER Z WITH CARON */ macro

Completed in 18 milliseconds