| /xsrc/external/mit/xterm/dist/ |
| keysym2ucs.h | 3 * This module converts keysym values into the corresponding ISO 10646-1 9 long keysym2ucs(KeySym keysym);
|
| input.c | 59 #include <X11/keysym.h> 112 #define IsBackarrowToggle(keyboard, keysym, state) \ 115 && (keysym == XK_BackSpace)) 125 KeySym keysym; member in struct:__anon12083 191 IsEditKeypad(XtermWidget xw, KeySym keysym) 195 switch (keysym) { 221 IsEditFunctionKey(XtermWidget xw, KeySym keysym) 1971 KeySym keysym; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| keysym2ucs.h | 2 * This module converts keysym values into the corresponding ISO 10646 5 * The array keysymtab[] contains pairs of X11 keysym values for graphical 7 * keysym2ucs() maps a keysym onto a Unicode value using a binary search, 8 * therefore keysymtab[] must remain SORTED by keysym value. 10 * The keysym -> UTF-8 conversion will hopefully one day be provided 15 * U-00FFFFFF by a keysym value in the range 0x01000000 to 0x01ffffff. 20 * U+ABCD you can directly use keysym 0x0100abcd. 33 extern long keysym2ucs(int keysym);
|
| /xsrc/external/mit/xcb-util/dist/keysyms/ |
| xcb_keysyms.h | 30 * @param keysym The keysym to look for. 34 xcb_keysym_t keysym); 51 int xcb_is_keypad_key (xcb_keysym_t keysym); 53 int xcb_is_private_keypad_key (xcb_keysym_t keysym); 55 int xcb_is_cursor_key (xcb_keysym_t keysym); 57 int xcb_is_pf_key (xcb_keysym_t keysym); 59 int xcb_is_function_key (xcb_keysym_t keysym); 61 int xcb_is_misc_function_key (xcb_keysym_t keysym); 63 int xcb_is_modifier_key (xcb_keysym_t keysym); [all...] |
| keysyms.c | 114 (ignoring trailing NoSymbol entries) is a single KeySym ``K'', then the 128 element is an alphabetic KeySym ``K'' for which both lowercase and 133 The standard rules for obtaining a KeySym from a KeyPress event make use 136 modifier state. Switching between groups is controlled by the KeySym 137 named MODE SWITCH, by attaching that KeySym to some KeyCode and 143 The Lock modifier is interpreted as CapsLock when the KeySym named 146 the KeySym named XK_Shift_Lock is attached to some KeyCode and that 151 The operation of keypad keys is controlled by the KeySym named 152 XK_Num_Lock, by attaching that KeySym to some KeyCode and attaching that 160 Within a group, the choice of KeySym is determined by applying the firs [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| keysym2ucs.h | 2 * This module converts keysym values into the corresponding ISO 10646 5 * The array keysymtab[] contains pairs of X11 keysym values for graphical 7 * keysym2ucs() maps a keysym onto a Unicode value using a binary search, 8 * therefore keysymtab[] must remain SORTED by keysym value. 10 * The keysym -> UTF-8 conversion will hopefully one day be provided 15 * U-00FFFFFF by a keysym value in the range 0x01000000 to 0x01ffffff. 20 * U+ABCD you can directly use keysym 0x0100abcd. 36 keysym2ucs(int keysym);
|
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| Lookup.h | 43 KeySym *keysym, 51 KeySym *keysym, 58 KeySym *keysym, 65 KeySym *keysym, 72 KeySym *keysym, [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBCvt.c | 46 #include <X11/keysym.h> 54 _XkbHandleSpecialSym(KeySym keysym, char *buffer, int nbytes, int *extra_rtrn) 57 if (!(((keysym >= XK_BackSpace) && (keysym <= XK_Clear)) || 58 (keysym == XK_Return) || (keysym == XK_Escape) || 59 (keysym == XK_KP_Space) || (keysym == XK_KP_Tab) || 60 (keysym == XK_KP_Enter) | [all...] |
| /xsrc/external/mit/xterm/dist/unicode/ |
| convmap.pl | 13 our $keysym; 76 # read mapping (from http://wsinwp07.win.tue.nl:1234/unicode/keysym.map) 77 open(LIST, "<keysym.map") || die ("Can't open map file:\n$!\n"); 80 my $keysym = hex($1); 84 $keysym_to_ucs{$keysym} = $ucs; 85 $keysym_to_keysymname{$keysym} = $comment; 99 my $keysym = hex($2); 100 $keysym_to_keysymname{$keysym} = $keysymname; 107 * This module converts keysym values into the corresponding ISO 10646 110 * The array keysymtab[] contains pairs of X11 keysym values for graphica [all...] |
| /xsrc/external/mit/xtrap/dist/ |
| xtrapchar.c | 86 #include <X11/keysym.h> 185 static KeyCode get_typical_char ( XETC *tc , CARD32 keysym); 186 static KeyCode get_keycode ( XETC *tc , KeySym keysym); 376 KeySym keysym = 0; local 382 case 'A': keysym = XK_Up; break; 383 case 'B': keysym = XK_Down; break; 384 case 'C': keysym = XK_Right; break; 385 case 'D': keysym = XK_Left; break 623 KeySym keysym = 0; local [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imLcLkup.c | 39 #include <X11/keysym.h> 48 KeySym *keysym, Status *status) 70 if(keysym) *keysym = XK_braille_blank | pattern; 72 if (keysym) { 79 if(keysym) { 92 if(keysym) *keysym = b[ic->private.local.composed].ks; 94 if (keysym && *keysym != NoSymbol) [all...] |
| imLcFlt.c | 36 #include <X11/keysym.h> 44 KeySym keysym; local 56 XLookupString((XKeyEvent *)ev, buf, sizeof(buf), &keysym, NULL); 58 if(keysym >= XK_braille_dot_1 && keysym <= XK_braille_dot_8) { 61 1<<(keysym-XK_braille_dot_1); 69 ic->private.local.brl_pressed &= ~(1<<(keysym-XK_braille_dot_1)); 72 keysym = XK_braille_blank | ic->private.local.brl_committing; 90 if(IsModifierKey(keysym)) [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| GetActKey.c | 76 KeySym 81 KeySym keysym, retval; local 96 retval = tm_context->keysym; 102 event->xkey.state, &modifiers, &keysym); 108 return keysym;
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| Xutil.h | 54 #include <X11/keysym.h> 237 * Keysym macros, used on Keysyms to test for classes of symbols 239 #define IsKeypadKey(keysym) \ 240 (((KeySym)(keysym) >= XK_KP_Space) && ((KeySym)(keysym) <= XK_KP_Equal)) 242 #define IsPrivateKeypadKey(keysym) \ 243 (((KeySym)(keysym) >= 0x11000000) && ((KeySym)(keysym) <= 0x1100FFFF) [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| imKStoUCS.c | 272 KeySymToUcs4(KeySym keysym) 274 /* 'Unicode keysym' */ 275 if ((keysym & 0xff000000) == 0x01000000) 276 return (keysym & 0x00ffffff); 278 if (keysym > 0 && keysym < 0x100) 279 return keysym; 280 else if (keysym > 0x1a0 && keysym < 0x200 [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| ddxKillSrv.c | 34 #include <X11/keysym.h>
|
| ddxVT.c | 34 #include <X11/keysym.h>
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| ddxKillSrv.c | 34 #include <X11/keysym.h>
|
| ddxVT.c | 34 #include <X11/keysym.h>
|
| /xsrc/external/mit/libX11/dist/src/ |
| imConv.c | 98 * Returns the locale dependent representation of a keysym. 103 * terminating NUL byte. Return 0 if the keysym is not representable in the 110 KeySym keysym, 118 if (keysym < 0x80) { 119 buf[0] = (char) keysym; 122 ucs4 = KeySymToUcs4(keysym); 141 KeySym* keysym, 148 ret = XLookupString(event, (char *)buffer, nbytes, keysym, status) [all...] |
| /xsrc/external/mit/libXmu/dist/src/ |
| Lookup.c | 126 KeySym *keysym, XComposeStatus *status, 130 KeySym symbol; 135 if (keysym) *keysym = symbol; 192 KeySym *keysym, XComposeStatus *status) 194 return XLookupString(event, (char *)buffer, nbytes, keysym, status); 200 KeySym *keysym, XComposeStatus *status [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/xkb/ |
| xkbKillSrv.c | 38 #include <X11/keysym.h>
|
| xkbVT.c | 38 #include <X11/keysym.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/ |
| xkbKillSrv.c | 38 #include <X11/keysym.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/ |
| kbd.c | 27 #include <X11/keysym.h>
|