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

  /xsrc/external/mit/xorg-server/dist/xkb/
xkbDflts.h 177 {XkbSA_NoAction, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}},
181 {XkbSA_NoAction, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}},
185 {XkbSA_NoAction, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}},
189 {XkbSA_NoAction, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}},
xkbActions.c 92 fake.type = XkbSA_NoAction;
130 fake.type = XkbSA_NoAction;
153 if (pActs[col].any.type == XkbSA_NoAction)
165 if (dev->button->xkb_acts[button - 1].any.type != XkbSA_NoAction) {
171 fake.any.type = XkbSA_NoAction;
585 filter->upAction.type = XkbSA_NoAction;
599 filter->upAction.type = XkbSA_NoAction;
1091 filter->upAction.type = XkbSA_NoAction;
1102 filter->upAction.type = XkbSA_NoAction;
1454 act.type = XkbSA_NoAction;
    [all...]
XKBMisc.c 416 if (interps[n] && interps[n]->act.type != XkbSA_NoAction)
456 pActs[n].type = XkbSA_NoAction;
853 if ((pAct->type != XkbSA_NoAction) &&
XKBMAlloc.c 753 newActs[0].type = XkbSA_NoAction;
xkb.c 6622 if (act->type != XkbSA_NoAction)
6631 if (act->type != XkbSA_NoAction)
6951 if (acts->type != XkbSA_NoAction)
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbDflts.h 176 { XkbSA_NoAction, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
180 { XkbSA_NoAction, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
184 { XkbSA_NoAction, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
188 { XkbSA_NoAction, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
xkbActions.c 89 fake.type = XkbSA_NoAction;
125 fake.type = XkbSA_NoAction;
147 if (pActs[col].any.type==XkbSA_NoAction)
158 if (dev->button->xkb_acts[button-1].any.type!=XkbSA_NoAction) {
164 fake.any.type= XkbSA_NoAction;
558 filter->upAction.type= XkbSA_NoAction;
571 filter->upAction.type= XkbSA_NoAction;
979 filter->upAction.type= XkbSA_NoAction;
989 filter->upAction.type= XkbSA_NoAction;
1250 act.type = XkbSA_NoAction;
    [all...]
XKBMisc.c 406 if (interps[n]&&interps[n]->act.type!=XkbSA_NoAction)
442 else pActs[n].type= XkbSA_NoAction;
816 if ((pAct->type!=XkbSA_NoAction)&&
XKBMAlloc.c 763 newActs[0].type = XkbSA_NoAction;
xkb.c 6345 if (act->type!=XkbSA_NoAction)
6352 if (act->type!=XkbSA_NoAction)
6671 if (acts->type!=XkbSA_NoAction)
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKB.h 479 #define XkbSA_NoAction 0x00
509 ((1<<XkbSA_NoAction)|(1<<XkbSA_PtrBtn)|(1<<XkbSA_LockPtrBtn)|\
  /xsrc/external/mit/xkbcomp/dist/
action.c 52 *type_rtrn = XkbSA_NoAction;
1354 if (action->type != XkbSA_NoAction)
1359 if ((info->action == XkbSA_NoAction)
1440 new->action = XkbSA_NoAction;
1445 if (new->action == XkbSA_NoAction)
compat.c 121 info->dflt.interp.act.type = XkbSA_NoAction;
145 info->dflt.interp.act.type = XkbSA_NoAction;
symbols.c 407 if (((fromAct == NULL) || (fromAct->type == XkbSA_NoAction))
412 else if (((toAct == NULL) || (toAct->type == XkbSA_NoAction))
426 resultActs[i].type = XkbSA_NoAction;
2100 outActs[tmp].type = XkbSA_NoAction;
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBMisc.c 468 if (interps[n] && interps[n]->act.type != XkbSA_NoAction)
508 pActs[n].type = XkbSA_NoAction;
996 if ((pAct->type != XkbSA_NoAction) &&
XKBMAlloc.c 816 newActs[0].type = XkbSA_NoAction;

Completed in 34 milliseconds