HomeSort by: relevance | last modified time | path
    Searched defs:behavior (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbPrKeyEv.c 52 XkbBehavior behavior; local
64 behavior = xkbi->desc->server->behaviors[key];
65 /* The "permanent" flag indicates a hard-wired behavior that occurs */
67 /* do anything to implement the behavior, but it *does* report that */
70 if (!(behavior.type & XkbKB_Permanent)) {
71 switch (behavior.type) {
89 ndx= (behavior.data&(~XkbKB_RGAllowNone));
98 if (behavior.data&XkbKB_RGAllowNone) {
120 if (behavior.type==XkbKB_Overlay1) which= XkbOverlay1Mask;
124 if ((behavior.data>=xkbi->desc->min_key_code)&
    [all...]
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbPrKeyEv.c 52 XkbBehavior behavior; local
65 behavior = xkbi->desc->server->behaviors[key];
66 /* The "permanent" flag indicates a hard-wired behavior that occurs */
68 /* do anything to implement the behavior, but it *does* report that */
71 if (!(behavior.type & XkbKB_Permanent)) {
72 switch (behavior.type) {
90 ndx = (behavior.data & (~XkbKB_RGAllowNone));
99 if (behavior.data & XkbKB_RGAllowNone) {
130 if (behavior.type == XkbKB_Overlay1)
148 (behavior.data >= xkbi->desc->min_key_code) &
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
symbols.c 71 XkbBehavior behavior; member in struct:_KeyInfo
101 info->behavior.type = XkbKB_Default;
102 info->behavior.data = 0;
132 info->behavior.type = XkbKB_Default;
133 info->behavior.data = 0;
561 into->behavior = from->behavior;
1188 key->behavior.type = tmp.uval;
1208 key->behavior.type = XkbKB_Default;
1209 key->behavior.data = 0
    [all...]

Completed in 9 milliseconds