Lines Matching defs:tempGrab
545 XtServerGrabRec tempGrab;
569 tempGrab.widget = widget;
570 tempGrab.keybut = (KeyCode) event->xkey.keycode; /* also xbutton.button */
571 tempGrab.modifiers = event->xkey.state & 0x1FFF; /*also xbutton.state */
572 tempGrab.hasExt = False;
575 if (GrabMatchesSecond(&tempGrab, grab))
757 XtServerGrabRec tempGrab;
764 tempGrab.widget = widget;
765 tempGrab.modifiers = (unsigned short) modifiers;
766 tempGrab.keybut = (KeyCode) keyOrButton;
767 tempGrab.hasExt = False;
796 &tempGrab);