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

  /xsrc/external/mit/libXmu/dist/src/
Lower.c 45 (c) + (XK_agrave - XK_Agrave) : (c) >= XK_Ooblique && (c) <= XK_Thorn ? \
53 (c) - (XK_agrave - XK_Agrave) : (c) >= XK_oslash && (c) <= XK_thorn ? \
  /xsrc/external/mit/xfs/dist/difs/
difsutils.c 204 else if ((a >= XK_Ooblique) && (a <= XK_Thorn))
211 else if ((b >= XK_Ooblique) && (b <= XK_Thorn))
  /xsrc/external/mit/xcb-util/dist/keysyms/
keysyms.c 381 else if ((sym >= XK_Ooblique) && (sym <= XK_Thorn))
383 else if ((sym >= XK_oslash) && (sym <= XK_thorn))
  /xsrc/external/mit/libX11/dist/src/xcms/
cmsColNm.c 838 else if ((*source >= XK_Ooblique) && (*source <= XK_Thorn))
  /xsrc/external/mit/libXt/dist/src/
Converters.c 1403 else if ((a >= XK_Ooblique) && (a <= XK_Thorn))
1410 else if ((b >= XK_Ooblique) && (b <= XK_Thorn))
1431 else if (*source >= XK_Ooblique && *source <= XK_Thorn)
  /xsrc/external/mit/xorg-server/dist/dix/
dixutils.c 159 else if ((source >= XK_Ooblique) && (source <= XK_Thorn))
  /xsrc/external/mit/xorg-server.old/dist/dix/
dixutils.c 161 else if ((source >= XK_Ooblique) && (source <= XK_Thorn))
  /xsrc/external/mit/libXfont/dist/src/fontfile/
fontfile.c 47 if (source >= XK_Ooblique && source <= XK_Thorn)
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
fontfile.c 49 if (source >= XK_Ooblique && source <= XK_Thorn)
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbUtils.c 821 else if ((sym >= XK_Ooblique) && (sym <= XK_Thorn))
823 else if ((sym >= XK_oslash) && (sym <= XK_thorn))
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbUtils.c 845 else if ((sym >= XK_Ooblique) && (sym <= XK_Thorn))
847 else if ((sym >= XK_oslash) && (sym <= XK_thorn))
  /xsrc/external/mit/xorgproto/dist/include/X11/
keysymdef.h 788 #define XK_THORN 0x00de /* U+00DE LATIN CAPITAL LETTER THORN */
789 #define XK_Thorn 0x00de /* deprecated */
822 #define XK_thorn 0x00fe /* U+00FE LATIN SMALL LETTER THORN */

Completed in 14 milliseconds