Home | History | Annotate | Download | only in xkb

Lines Matching defs:on

50 	 * this function returns the indicators on the default keyboard 
87 *XkbApplyLEDChangeToKeyboard(xkbi,map,on,change)
93 * when the indicator described by 'map' is turned on or off. The
99 Bool on,
113 if (on) ctrls->enabled_ctrls|= map->ctrls;
126 if (on) match= (map->groups)&XkbAllGroupsMask;
152 if (on) state->locked_mods|= map->mods.mask;
160 if (on) newmods|= map->mods.mask;
186 Bool on;
189 on= FALSE;
202 on = ((map->mods.mask&mods)!=0);
203 on = on||((mods==0)&&(map->mods.mask==0)&&(map->mods.vmods==0));
214 on = on||(((map->groups&group)!=0)||(map->groups==0));
217 on = on||(ctrls->enabled_ctrls&map->ctrls);
218 return on;
338 * on the keyboard specified by 'dev.' Attempts to change indicator
339 * state might be ignored or have no affect, depending on the XKB
398 * 'update' from the default keyboard feedback on the device
509 * 'kf' or 'lf' on the keyboard specified by 'dev.'
667 * on the device specified by 'dev.' If the class and id specify
823 * feedback specified by 'sli' on the device specified by 'dev.'
941 Bool on= ((sli->explicitState&bit)!=0);
942 if (XkbApplyLEDChangeToKeyboard(xkbi,map,on,changes))