Lines Matching defs:leds
14 Widget leds[XkbNumIndicators];
100 printf(" -watch <leds> Mask of LEDs to watch\n");
101 printf(" [-+]automatic (Don't) watch automatic LEDs\n");
102 printf(" [-+]explicit (Don't) watch explicit LEDs\n");
103 printf(" [-+]named (Don't) watch named LEDs\n");
104 printf(" [-+]real (Don't) watch real LEDs\n");
105 printf(" [-+]virtual (Don't) watch virtual LEDs\n");
106 printf(" -intersection Watch only LEDs in all desired sets\n");
107 printf(" -union Watch LEDs in any desired sets\n");
108 printf("The default set of LEDs is -intersection +named +virtual\n");
128 if ((xkbEv->indicators.changed&bit)&&(leds[i]))
131 XmToggleButtonSetState(leds[i],True,False);
133 XmToggleButtonSetState(leds[i],False,False);
514 leds[i]= XmCreateToggleButton(rowColumn,buf,argList,3);
515 XtManageChild(leds[i]);
518 leds[i]=0;