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

/xsrc/external/mit/xcb-util/dist/keysyms/
H A Dkeysyms.c393 *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/
H A DKeyBind.c705 *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/
H A DxkbUtils.c833 *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/
H A DxkbUtils.c857 *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/
H A Dkeysymdef.h849 #define XK_scaron 0x01b9 /* U+0161 LATIN SMALL LETTER S WITH CARON */ macro

Completed in 19 milliseconds