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

  /xsrc/external/mit/xcb-util/dist/keysyms/
keysyms.c 404 else if (sym >= XK_Racute && sym <= XK_Tcedilla)
405 *lower += (XK_racute - XK_Racute);
406 else if (sym >= XK_racute && sym <= XK_tcedilla)
407 *upper -= (XK_racute - XK_Racute);
  /xsrc/external/mit/libX11/dist/src/
KeyBind.c 716 else if (sym >= XK_Racute && sym <= XK_Tcedilla)
717 *lower += (XK_racute - XK_Racute);
718 else if (sym >= XK_racute && sym <= XK_tcedilla)
719 *upper -= (XK_racute - XK_Racute);
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbfmisc.c 72 ((ks >= XK_Racute) && (ks <= XK_Tcedilla))) {
76 (ks != XK_caron) && (ks != XK_doubleacute)) || ((ks >= XK_racute)
xkbUtils.c 868 else if (sym >= XK_Racute && sym <= XK_Tcedilla)
869 *lower += (XK_racute - XK_Racute);
870 else if (sym >= XK_racute && sym <= XK_tcedilla)
871 *upper -= (XK_racute - XK_Racute);
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbfmisc.c 71 ((ks>=XK_Racute)&&(ks<=XK_Tcedilla))) {
75 ((ks>=XK_racute)&&(ks<=XK_tcedilla))) {
xkbUtils.c 844 else if (sym >= XK_Racute && sym <= XK_Tcedilla)
845 *lower += (XK_racute - XK_Racute);
846 else if (sym >= XK_racute && sym <= XK_tcedilla)
847 *upper -= (XK_racute - XK_Racute);
  /xsrc/external/mit/libxkbfile/dist/src/
xkbmisc.c 70 ((ks >= XK_Racute) && (ks <= XK_Tcedilla))) {
75 ((ks >= XK_racute) && (ks <= XK_tcedilla))) {
  /xsrc/external/mit/xorgproto/dist/include/X11/
keysymdef.h 856 #define XK_Racute 0x01c0 /* U+0154 LATIN CAPITAL LETTER R WITH ACUTE */
872 #define XK_racute 0x01e0 /* U+0155 LATIN SMALL LETTER R WITH ACUTE */

Completed in 23 milliseconds