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

  /xsrc/external/mit/xcb-util/dist/keysyms/
keysyms.c 392 else if (sym >= XK_Scaron && sym <= XK_Zacute)
393 *lower += (XK_scaron - XK_Scaron);
400 else if (sym >= XK_scaron && sym <= XK_zacute)
401 *upper -= (XK_scaron - XK_Scaron);
  /xsrc/external/mit/libX11/dist/src/
KeyBind.c 704 else if (sym >= XK_Scaron && sym <= XK_Zacute)
705 *lower += (XK_scaron - XK_Scaron);
712 else if (sym >= XK_scaron && sym <= XK_zacute)
713 *upper -= (XK_scaron - XK_Scaron);
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbUtils.c 832 else if (sym >= XK_Scaron && sym <= XK_Zacute)
833 *lower += (XK_scaron - XK_Scaron);
840 else if (sym >= XK_scaron && sym <= XK_zacute)
841 *upper -= (XK_scaron - XK_Scaron);
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbUtils.c 856 else if (sym >= XK_Scaron && sym <= XK_Zacute)
857 *lower += (XK_scaron - XK_Scaron);
864 else if (sym >= XK_scaron && sym <= XK_zacute)
865 *upper -= (XK_scaron - XK_Scaron);
  /xsrc/external/mit/xorgproto/dist/include/X11/
keysymdef.h 837 #define XK_Scaron 0x01a9 /* U+0160 LATIN CAPITAL LETTER S WITH CARON */
849 #define XK_scaron 0x01b9 /* U+0161 LATIN SMALL LETTER S WITH CARON */

Completed in 63 milliseconds