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

/xsrc/external/mit/xcb-util/dist/keysyms/
H A Dkeysyms.c392 else if (sym >= XK_Scaron && sym <= XK_Zacute)
393 *lower += (XK_scaron - XK_Scaron);
401 *upper -= (XK_scaron - XK_Scaron);
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c704 else if (sym >= XK_Scaron && sym <= XK_Zacute)
705 *lower += (XK_scaron - XK_Scaron);
713 *upper -= (XK_scaron - XK_Scaron);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c832 else if (sym >= XK_Scaron && sym <= XK_Zacute)
833 *lower += (XK_scaron - XK_Scaron);
841 *upper -= (XK_scaron - XK_Scaron);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c856 else if (sym >= XK_Scaron && sym <= XK_Zacute)
857 *lower += (XK_scaron - XK_Scaron);
865 *upper -= (XK_scaron - XK_Scaron);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A Dkeysymdef.h837 #define XK_Scaron 0x01a9 /* U+0160 LATIN CAPITAL LETTER S WITH CARON */ macro

Completed in 19 milliseconds