Lines Matching refs:Check
648 #define Check(field) \ in CompareEvents() macro
654 Check(xany.display); in CompareEvents()
655 Check(xany.type); in CompareEvents()
656 Check(xany.window); in CompareEvents()
661 Check(xmotion.state); in CompareEvents()
665 Check(xbutton.state); in CompareEvents()
666 Check(xbutton.button); in CompareEvents()
670 Check(xkey.state); in CompareEvents()
671 Check(xkey.keycode); in CompareEvents()
675 Check(xcrossing.mode); in CompareEvents()
676 Check(xcrossing.detail); in CompareEvents()
677 Check(xcrossing.state); in CompareEvents()
680 #undef Check in CompareEvents()