Lines Matching refs:DATA
737 #define DATA(name) { name ## Mask, #name }
742 DATA(Shift),
743 DATA(Lock),
744 DATA(Control),
745 DATA(Mod1),
746 DATA(Mod2),
747 DATA(Mod3),
748 DATA(Mod4),
749 DATA(Mod5),
750 DATA(Button1),
751 DATA(Button2),
752 DATA(Button3),
753 DATA(Button4),
754 DATA(Button5),
756 #undef DATA
1071 #define DATA(name) { name##Mask, #name }
1077 DATA(KeyPress),
1078 DATA(KeyRelease),
1079 DATA(ButtonPress),
1080 DATA(ButtonRelease),
1081 DATA(EnterWindow),
1082 DATA(LeaveWindow),
1083 DATA(PointerMotion),
1084 DATA(PointerMotionHint),
1085 DATA(Button1Motion),
1086 DATA(Button2Motion),
1087 DATA(Button3Motion),
1088 DATA(Button4Motion),
1089 DATA(Button5Motion),
1090 DATA(ButtonMotion),
1091 DATA(KeymapState),
1092 DATA(Exposure),
1093 DATA(VisibilityChange),
1094 DATA(StructureNotify),
1095 DATA(ResizeRedirect),
1096 DATA(SubstructureNotify),
1097 DATA(SubstructureRedirect),
1098 DATA(FocusChange),
1099 DATA(PropertyChange),
1100 DATA(ColormapChange),
1101 DATA(OwnerGrabButton),
1103 #undef DATA