Lines Matching defs:atm
3617 Atom *atm;
3619 atm = (Atom *)wire;
3622 *atm= atoms[i];
3625 swapl(atm,n);
3627 atm++;
3630 return (char *)atm;
3782 register CARD32 *atm= (CARD32 *)desc;
3783 atm[0]= (CARD32)xkb->names->phys_symbols;
3785 swapl(&atm[0],n);
3804 register CARD32 *atm= (CARD32 *)desc;
3807 for (i=0;i<xkb->map->num_types;i++,atm++,type++) {
3808 *atm= (CARD32)type->name;
3810 swapl(atm,n);
3813 desc= (char *)atm;
3817 register CARD32 *atm;
3823 atm= (CARD32 *)desc;
3828 for (l=0;l<type->num_levels;l++,atm++) {
3829 *atm= type->level_names[l];
3831 swapl(atm,n);
3863 register CARD32 *atm= (CARD32 *)desc;
3864 for (i=0;i<rep->nRadioGroups;i++,atm++) {
3865 *atm= (CARD32)xkb->names->radio_groups[i];
3867 swapl(atm,n);