Searched refs:XkbSA_NoAction (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | 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 } } },
|
| H A D | 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...] |
| H A D | 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)&&
|
| H A D | XKBMAlloc.c | 763 newActs[0].type = XkbSA_NoAction;
|
| H A D | xkb.c | 6345 if (act->type!=XkbSA_NoAction) 6352 if (act->type!=XkbSA_NoAction) 6671 if (acts->type!=XkbSA_NoAction)
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | 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}}},
|
| H A D | 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; 1448 act.type = XkbSA_NoAction; [all...] |
| H A D | XKBMisc.c | 416 if (interps[n] && interps[n]->act.type != XkbSA_NoAction) 456 pActs[n].type = XkbSA_NoAction; 853 if ((pAct->type != XkbSA_NoAction) &&
|
| H A D | XKBMAlloc.c | 753 newActs[0].type = XkbSA_NoAction;
|
| H A D | xkb.c | 6533 if (act->type != XkbSA_NoAction) 6542 if (act->type != XkbSA_NoAction) 6862 if (acts->type != XkbSA_NoAction)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKB.h | 479 #define XkbSA_NoAction 0x00 macro 509 ((1<<XkbSA_NoAction)|(1<<XkbSA_PtrBtn)|(1<<XkbSA_LockPtrBtn)|\
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | 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)
|
| H A D | compat.c | 117 info->dflt.interp.act.type = XkbSA_NoAction; 141 info->dflt.interp.act.type = XkbSA_NoAction;
|
| H A D | symbols.c | 405 if (((fromAct == NULL) || (fromAct->type == XkbSA_NoAction)) 410 else if (((toAct == NULL) || (toAct->type == XkbSA_NoAction)) 2083 outActs[tmp].type = XkbSA_NoAction;
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBMisc.c | 468 if (interps[n] && interps[n]->act.type != XkbSA_NoAction) 508 pActs[n].type = XkbSA_NoAction; 996 if ((pAct->type != XkbSA_NoAction) &&
|
| H A D | XKBMAlloc.c | 816 newActs[0].type = XkbSA_NoAction;
|
Completed in 40 milliseconds