| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbfmisc.c | 52 _XkbKSCheckCase(KeySym ks) argument 56 set = (ks & (~0xff)) >> 8; 60 if (((ks >= XK_A) && (ks <= XK_Z)) || 61 ((ks >= XK_Agrave) && (ks <= XK_THORN) && (ks != XK_multiply))) { 64 if (((ks >= XK_a) && (ks <= XK_z)) || 65 ((ks > [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | xbell.c | 58 static void pks(XKeyboardState *ks) argument 60 printf(" key_click_percent = %d\n", ks->key_click_percent); 61 printf(" bell_percent = %d\n", ks->bell_percent); 62 printf(" bell_pitch = %u\n", ks->bell_pitch); 63 printf(" bell_duration = %u\n", ks->bell_duration); 64 printf(" led_mask = 0x%lx\n", ks->led_mask); 65 printf(" global_auto_repeat = %d\n", ks->global_auto_repeat); 72 XKeyboardState ks; local in function:main 94 XGetKeyboardControl(display, &ks); 95 pks(&ks); [all...] |
| H A D | xled.c | 48 XKeyboardState ks; local in function:main 105 printf("XGetKeyboardControl = %d\n", XGetKeyboardControl(display, &ks)); 106 printf("old mask = 0x%08lx\n", ks.led_mask); 113 printf("XGetKeyboardControl = %d\n", XGetKeyboardControl(display, &ks)); 114 printf("new mask = 0x%08lx\n", ks.led_mask);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbfmisc.c | 52 _XkbKSCheckCase(KeySym ks) argument 56 set= (ks & (~0xff)) >> 8; 60 if (((ks>=XK_A)&&(ks<=XK_Z))|| 61 ((ks>=XK_Agrave)&&(ks<=XK_THORN)&&(ks!=XK_multiply))) { 64 if (((ks>=XK_a)&&(ks<=XK_z))|| 65 ((ks> [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | KeysymStr.c | 71 char *XKeysymToString(KeySym ks) argument 75 if (!ks || (ks & ((unsigned long) ~0x1fffffff)) != 0) 77 if (ks == XK_VoidSymbol) 78 ks = 0; 79 if (ks <= 0x1fffffff) 81 unsigned char val1 = ks >> 24; 82 unsigned char val2 = (ks >> 16) & 0xff; 83 unsigned char val3 = (ks >> 8) & 0xff; 84 unsigned char val4 = ks [all...] |
| H A D | KeyBind.c | 134 KeySym ks) 142 if (KeyCodetoKeySym(dpy, (KeyCode) i, j) == ks) 992 KeySym ks) 1007 if (*k == ks ) { 132 XKeysymToKeycode(Display * dpy,KeySym ks) argument 990 _XKeysymToModifiers(Display * dpy,KeySym ks) argument
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkbmisc.c | 50 _XkbKSCheckCase(KeySym ks) argument 54 set = (ks & (~0xff)) >> 8; 58 if (((ks >= XK_A) && (ks <= XK_Z)) || 59 ((ks >= XK_Agrave) && (ks <= XK_THORN) && (ks != XK_multiply))) { 62 if (((ks >= XK_a) && (ks <= XK_z)) || 63 ((ks > [all...] |
| /xsrc/external/mit/xmodmap/dist/ |
| H A D | exec.c | 86 KeySym ks = XKeycodeToKeysym (dpy, (KeyCode) i, 0); local in function:mapping_busy_key 87 char *cp = XKeysymToString (ks); 89 cp ? cp : "UNNAMED", (unsigned int)ks, i); 241 KeySym ks; local in function:PrintModifierMapping 245 ks = XKeycodeToKeysym(dpy, map->modifiermap[k], index); 247 } while ( !ks && index < keysyms_per_keycode); 248 nm = XKeysymToString(ks); 297 register KeySym ks = keymap[j]; local in function:PrintKeyTable 299 if (ks != NoSymbol) 300 s = XKeysymToString (ks); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxcommon.c | 78 XKeyboardState ks; local in function:dmxCommonKbdSetAR 84 XGetKeyboardControl(display, &ks); 85 old = (unsigned char *)ks.auto_repeats; 196 XKeyboardState ks; local in function:dmxCommonKbdBell 199 if (!priv->be) XGetKeyboardControl(priv->display, &ks); 206 kc.bell_percent = ks.bell_percent; 207 kc.bell_pitch = ks.bell_pitch; 208 kc.bell_duration = ks.bell_duration; 569 XKeyboardState ks; local in function:dmxCommonSaveState 595 XGetKeyboardControl(priv->display, &ks); [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | XimintL.h | 57 KeySym ks; member in struct:_DefTree
|
| /xsrc/external/mit/xf86dga/dist/ |
| H A D | dga.c | 153 KeySym ks = 0; local in function:main 159 n_chars = XLookupString(&event.xkey, buf, 20, &ks, NULL); 227 n_chars = XLookupString(&event.xkey, buf, 20, &ks, NULL);
|
| /xsrc/external/mit/xcb-util/dist/keysyms/ |
| H A D | keysyms.c | 242 xcb_keysym_t ks; local in function:xcb_key_symbols_get_keycode 255 ks = xcb_key_symbols_get_keysym(syms, i, j); 256 if(ks == keysym)
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBBind.c | 141 XKeysymToKeycode(Display *dpy, KeySym ks) argument 146 return _XKeysymToKeycode(dpy, ks); 156 if ((XkbKeySym(xkb, i, j) == ks)) 177 XkbKeysymToModifiers(Display *dpy, KeySym ks) argument 185 return _XKeysymToModifiers(dpy, ks); 189 return _XKeysymToModifiers(dpy, ks); 196 if (pSyms[j] == ks) {
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imLcLkup.c | 92 if(keysym) *keysym = b[ic->private.local.composed].ks; 164 if(keysym) *keysym = b[ic->private.local.composed].ks; 237 if(keysym) *keysym = b[ic->private.local.composed].ks;
|
| H A D | imLcPrs.c | 410 get_mb_string (Xim im, char *buf, KeySym ks) argument 418 ucs = KeySymToUcs4(ks); 693 p->ks = NoSymbol; 704 p->ks = rhs_keysym;
|
| H A D | imThaiFlt.c | 661 #define IsISOControlKey(ks) ((ks) >= XK_2 && (ks) <= XK_8) 663 #define IsValidControlKey(ks) (((((ks)>=XK_A && (ks)<=XK_asciitilde) || \ 664 (ks)==XK_space || (ks)==XK_Delete) && \ 665 ((ks)!=0))) 693 #define IsComposeKey(ks, even [all...] |
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 162 KeySym ks; local in function:do_KeyPress 175 nbytes = XLookupString(e, str, 256, &ks, NULL); 180 nmbbytes = XmbLookupString(xic, e, buf, bsize - 1, &ks, &status); 190 if (ks == NoSymbol) 193 if (!(ksname = XKeysymToString(ks))) 195 kc = XKeysymToKeycode(dpy, ks); 204 e->state, e->keycode, (unsigned long) ks, ksname,
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 125 ks.orth \
|
| H A D | Makefile.in | 511 ks.orth \
|
| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| H A D | regdb.py | 166 ks = set() 168 ks.update(d.keys()) 171 for k in ks:
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_event.c | 567 KeySym ks; 604 ks = XLookupKeysym((XKeyEvent *) & event, 0); 607 switch (ks) {
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | symbols.c | 1733 KSIsLower(KeySym ks) argument 1736 XConvertCase(ks, &lower, &upper); 1740 return (ks == lower ? True : False); 1744 KSIsUpper(KeySym ks) argument 1747 XConvertCase(ks, &lower, &upper); 1751 return (ks == upper ? True : False);
|
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | Wraphelp.c | 444 auth_wrapper_schedule ks, int encrypt) 467 s=(CARD32 *)ks; 443 _XdmcpAuthDoIt(auth_cblock input,auth_cblock output,auth_wrapper_schedule ks,int encrypt) argument
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 569 <!-- ks* -> ks --> 571 <test name="lang" compare="contains"><string>ks</string></test> 572 <edit name="lang" mode="assign" binding="same"><string>ks</string></edit>
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 567 KeySym ks; local in function:HandleKeyPress 594 ks = XLookupKeysym((XKeyEvent *) &Event, /* KeySyms index */ 0); 597 if (key->keysym == ks &&
|