HomeSort by: relevance | last modified time | path
    Searched refs:XK_Zcaron (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xcb-util/dist/keysyms/
keysyms.c 394 else if (sym >= XK_Zcaron && sym <= XK_Zabovedot)
395 *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/
KeyBind.c 706 else if (sym >= XK_Zcaron && sym <= XK_Zabovedot)
707 *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/
xkbUtils.c 834 else if (sym >= XK_Zcaron && sym <= XK_Zabovedot)
835 *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/
xkbUtils.c 858 else if (sym >= XK_Zcaron && sym <= XK_Zabovedot)
859 *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/
keysymdef.h 841 #define XK_Zcaron 0x01ae /* U+017D LATIN CAPITAL LETTER Z WITH CARON */
854 #define XK_zcaron 0x01be /* U+017E LATIN SMALL LETTER Z WITH CARON */

Completed in 48 milliseconds