Searched refs:ALL_BUTTONS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkPointer.c33 #define ALL_BUTTONS \ macro
245 int changes = (state ^ tsdPtr->lastState) & ALL_BUTTONS;
256 tsdPtr->lastState = (state & ~ALL_BUTTONS) | (tsdPtr->lastState
257 & ALL_BUTTONS);
294 } else if ((tsdPtr->lastState & ALL_BUTTONS) == 0) {
319 if ((tsdPtr->lastState & ALL_BUTTONS) == mask) {
H A DtkGrab.c142 #define ALL_BUTTONS \ macro
447 if ((state & ALL_BUTTONS) != 0) {
856 if ((eventPtr->xbutton.state & ALL_BUTTONS) == 0) {
883 if ((eventPtr->xbutton.state & ALL_BUTTONS)
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkPointer.c38 #define ALL_BUTTONS \ macro
251 int changes = (state ^ tsdPtr->lastState) & ALL_BUTTONS;
262 tsdPtr->lastState = (state & ~ALL_BUTTONS) | (tsdPtr->lastState
263 & ALL_BUTTONS);
301 } else if ((tsdPtr->lastState & ALL_BUTTONS) == 0) {
327 if ((tsdPtr->lastState & ALL_BUTTONS) == mask) {
H A DtkGrab.c147 #define ALL_BUTTONS \ macro
455 if ((state & ALL_BUTTONS) != 0) {
868 if ((eventPtr->xbutton.state & ALL_BUTTONS) == 0) {
895 if ((eventPtr->xbutton.state & ALL_BUTTONS)

Completed in 179 milliseconds