Lines Matching defs:fake
86 static XkbAction fake;
89 fake.type = XkbSA_NoAction;
90 return fake;
94 fake.mods.type = XkbSA_LatchMods;
95 fake.mods.mask = act->mods.mask;
97 fake.mods.flags= XkbSA_ClearLocks|XkbSA_LatchToLock;
98 else fake.mods.flags= XkbSA_ClearLocks;
99 return fake;
102 fake.group.type = XkbSA_LatchGroup;
104 fake.group.flags= XkbSA_ClearLocks|XkbSA_LatchToLock;
105 else fake.group.flags= XkbSA_ClearLocks;
106 XkbSASetGroup(&fake.group,XkbSAGroup(&act->group));
107 return fake;
121 static XkbAction fake;
125 fake.type = XkbSA_NoAction;
126 return fake;
149 fake= _FixUpAction(xkb,&pActs[col]);
150 return fake;
156 XkbAction fake;
159 fake= _FixUpAction(kbd->key->xkbInfo->desc,
161 return fake;
164 fake.any.type= XkbSA_NoAction;
165 return fake;