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

  /xsrc/external/mit/libXmu/dist/src/
Lower.c 44 (c) + (XK_a - XK_A) : (c) >= XK_Agrave && (c) <= XK_Odiaeresis ? \
52 (c) - (XK_a - XK_A) : (c) >= XK_agrave && (c) <= XK_odiaeresis ? \
  /xsrc/external/mit/xcb-util/dist/keysyms/
keysyms.c 377 else if ((sym >= XK_Agrave) && (sym <= XK_Odiaeresis))
379 else if ((sym >= XK_agrave) && (sym <= XK_odiaeresis))
  /xsrc/external/mit/libXmu/dist/test/
Lower.c 53 XK_Ograve, XK_Oacute, XK_Ocircumflex, XK_Otilde, XK_Odiaeresis, XK_Oslash,
78 XK_ograve, XK_oacute, XK_ocircumflex, XK_otilde, XK_odiaeresis, XK_oslash,
103 XK_Ograve, XK_Oacute, XK_Ocircumflex, XK_Otilde, XK_Odiaeresis, XK_Oslash,
  /xsrc/external/mit/xf86-input-keyboard/dist/src/
ws_KbdMap.c 215 [KS_Odiaeresis] = XK_Odiaeresis,
247 [KS_odiaeresis] = XK_odiaeresis,
bsd_KbdMap.c 93 XK_odiaeresis, XK_ograve, XK_ucircumflex, XK_ugrave,
94 XK_ydiaeresis, XK_Odiaeresis, XK_Udiaeresis, XK_cent,
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
keyboard.c 100 XK_Ocircumflex, XK_Otilde, XK_Odiaeresis, XK_multiply,
108 XK_ocircumflex, XK_otilde, XK_odiaeresis, XK_division,
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
lnx-keyboard.c 275 XK_Ocircumflex, XK_Otilde, XK_Odiaeresis, XK_multiply,
283 XK_ocircumflex, XK_otilde, XK_odiaeresis, XK_division,
  /xsrc/external/mit/xterm/dist/
charsets.h 201 MAP(0x5C, XK_Odiaeresis) /* U+00D6 LATIN CAPITAL LETTER O WITH DIAERESIS */ \
206 MAP(0x7C, XK_odiaeresis) /* U+00F6 LATIN SMALL LETTER O WITH DIAERESIS */ \
248 MAP(0x5C, XK_Odiaeresis) /* U+00D6 LATIN CAPITAL LETTER O WITH DIAERESIS */ \
251 MAP(0x7C, XK_odiaeresis) /* U+00F6 LATIN SMALL LETTER O WITH DIAERESIS */ \
320 MAP(0x5C, XK_Odiaeresis) /* U+00D6 LATIN CAPITAL LETTER O WITH DIAERESIS */ \
325 MAP(0x7C, XK_odiaeresis) /* U+00F6 LATIN SMALL LETTER O WITH DIAERESIS */ \
343 MAP(0x7C, XK_odiaeresis) /* U+00F6 LATIN SMALL LETTER O WITH DIAERESIS */ \
  /xsrc/external/mit/xwud/dist/
xwud.c 895 else if ((c >= XK_agrave) && (c <= XK_odiaeresis))
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunKeyMap.c 1308 XK_Odiaeresis, NoSymbol, NoSymbol, NoSymbol, /* 86*/
1445 XK_Odiaeresis, NoSymbol, NoSymbol, NoSymbol, /* 86*/
3500 XK_Odiaeresis, NoSymbol, NoSymbol, NoSymbol, /* 86*/
3637 XK_Odiaeresis, NoSymbol, NoSymbol, NoSymbol, /* 86*/
3774 XK_eacute, XK_odiaeresis, NoSymbol, NoSymbol, /* 86*/
3911 XK_eacute, XK_odiaeresis, NoSymbol, NoSymbol, /* 86*/
4048 XK_odiaeresis, XK_eacute, NoSymbol, NoSymbol, /* 86*/
4185 XK_odiaeresis, XK_eacute, NoSymbol, NoSymbol, /* 86*/
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunKeyMap.c 1308 XK_Odiaeresis, NoSymbol, NoSymbol, NoSymbol, /* 86*/
1445 XK_Odiaeresis, NoSymbol, NoSymbol, NoSymbol, /* 86*/
3500 XK_Odiaeresis, NoSymbol, NoSymbol, NoSymbol, /* 86*/
3637 XK_Odiaeresis, NoSymbol, NoSymbol, NoSymbol, /* 86*/
3774 XK_eacute, XK_odiaeresis, NoSymbol, NoSymbol, /* 86*/
3911 XK_eacute, XK_odiaeresis, NoSymbol, NoSymbol, /* 86*/
4048 XK_odiaeresis, XK_eacute, NoSymbol, NoSymbol, /* 86*/
4185 XK_odiaeresis, XK_eacute, NoSymbol, NoSymbol, /* 86*/
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbUtils.c 817 else if ((sym >= XK_Agrave) && (sym <= XK_Odiaeresis))
819 else if ((sym >= XK_agrave) && (sym <= XK_odiaeresis))
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbUtils.c 841 else if ((sym >= XK_Agrave) && (sym <= XK_Odiaeresis))
843 else if ((sym >= XK_agrave) && (sym <= XK_odiaeresis))
  /xsrc/external/mit/xorgproto/dist/include/X11/
keysymdef.h 779 #define XK_Odiaeresis 0x00d6 /* U+00D6 LATIN CAPITAL LETTER O WITH DIAERESIS */
813 #define XK_odiaeresis 0x00f6 /* U+00F6 LATIN SMALL LETTER O WITH DIAERESIS */

Completed in 28 milliseconds