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

  /xsrc/external/mit/xcb-util/dist/keysyms/
keysyms.c 419 else if (sym >= XK_Cabovedot && sym <= XK_Scircumflex)
421 else if (sym >= XK_cabovedot && sym <= XK_scircumflex)
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbfmisc.c 85 ((ks >= XK_Cabovedot) && (ks <= XK_Scircumflex))) {
89 ((ks >= XK_cabovedot) && (ks <= XK_scircumflex))) {
xkbUtils.c 883 else if (sym >= XK_Cabovedot && sym <= XK_Scircumflex)
885 else if (sym >= XK_cabovedot && sym <= XK_scircumflex)
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbfmisc.c 81 ((ks>=XK_Cabovedot)&&(ks<=XK_Scircumflex))) {
85 ((ks>=XK_cabovedot)&&(ks<=XK_scircumflex))) {
xkbUtils.c 859 else if (sym >= XK_Cabovedot && sym <= XK_Scircumflex)
861 else if (sym >= XK_cabovedot && sym <= XK_scircumflex)
  /xsrc/external/mit/libxkbfile/dist/src/
xkbmisc.c 81 ((ks >= XK_Cabovedot) && (ks <= XK_Scircumflex))) {
85 ((ks >= XK_cabovedot) && (ks <= XK_scircumflex))) {
  /xsrc/external/mit/libX11/dist/src/
KeyBind.c 731 else if (sym >= XK_Cabovedot && sym <= XK_Scircumflex)
733 else if (sym >= XK_cabovedot && sym <= XK_scircumflex)
  /xsrc/external/mit/xorgproto/dist/include/X11/
keysymdef.h 912 #define XK_Scircumflex 0x02de /* U+015C LATIN CAPITAL LETTER S WITH CIRCUMFLEX */
918 #define XK_scircumflex 0x02fe /* U+015D LATIN SMALL LETTER S WITH CIRCUMFLEX */

Completed in 60 milliseconds