Searched refs:XK_oslash (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DLower.c46 (c) + (XK_oslash - XK_Ooblique) : \
53 (c) - (XK_agrave - XK_Agrave) : (c) >= XK_oslash && (c) <= XK_thorn ? \
54 (c) - (XK_oslash - XK_Ooblique) : \
/xsrc/external/mit/xcb-util/dist/keysyms/
H A Dkeysyms.c382 *lower += (XK_oslash - XK_Ooblique);
383 else if ((sym >= XK_oslash) && (sym <= XK_thorn))
384 *upper -= (XK_oslash - XK_Ooblique);
/xsrc/external/mit/xfs/dist/difs/
H A Ddifsutils.c205 a += (XK_oslash - XK_Ooblique);
212 b += (XK_oslash - XK_Ooblique);
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dws_KbdMap.c249 [KS_oslash] = XK_oslash,
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsColNm.c839 *dest = *source + (XK_oslash - XK_Ooblique);
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c1404 a = (unsigned char) (a + (XK_oslash - XK_Ooblique));
1411 b = (unsigned char) (b + (XK_oslash - XK_Ooblique));
1432 *dest = (unsigned char) (*source + (XK_oslash - XK_Ooblique));
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dkeyboard.c109 XK_oslash, XK_ugrave, XK_uacute, XK_ucircumflex,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixutils.c162 dest = source + (XK_oslash - XK_Ooblique);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixutils.c160 dest = source + (XK_oslash - XK_Ooblique);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c822 *lower += (XK_oslash - XK_Ooblique);
823 else if ((sym >= XK_oslash) && (sym <= XK_thorn))
824 *upper -= (XK_oslash - XK_Ooblique);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c846 *lower += (XK_oslash - XK_Ooblique);
847 else if ((sym >= XK_oslash) && (sym <= XK_thorn))
848 *upper -= (XK_oslash - XK_Ooblique);
/xsrc/external/mit/xwud/dist/
H A Dxwud.c886 else if ((c >= XK_oslash) && (c <= XK_thorn))
887 *str = c - (XK_oslash - XK_Ooblique);
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontfile.c48 return source + (XK_oslash - XK_Ooblique);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontfile.c50 return source + (XK_oslash - XK_Ooblique);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-keyboard.c284 XK_oslash, XK_ugrave, XK_uacute, XK_ucircumflex,
/xsrc/external/mit/xorgproto/dist/include/X11/
H A Dkeysymdef.h815 #define XK_oslash 0x00f8 /* U+00F8 LATIN SMALL LETTER O WITH STROKE */ macro
/xsrc/external/mit/xterm/dist/
H A Dcharsets.h283 MAP(0x7C, XK_oslash) /* U+00F8 LATIN SMALL LETTER O WITH STROKE */ \

Completed in 39 milliseconds