Searched refs:Check (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Scrollbar.c524 #define Check(field) if (newEvent->field != oldEvent->field) return False; macro
526 Check(xany.display);
527 Check(xany.type);
528 Check(xany.window);
532 Check(xmotion.state); break;
535 Check(xbutton.state);
536 Check(xbutton.button); break;
539 Check(xkey.state);
540 Check(xkey.keycode); break;
543 Check(xcrossin
547 #undef Check macro
[all...]
H A DXaw3_1Mailbox.c58 static void Check(), Set(), Unset();
61 { "check", Check },
279 static void Check (gw, event, params, nparams) function
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbar.c552 #define Check(field) if (newEvent->field != oldEvent->field) return False; macro
554 Check(xany.display);
555 Check(xany.type);
556 Check(xany.window);
560 Check(xmotion.state); break;
563 Check(xbutton.state);
564 Check(xbutton.button); break;
567 Check(xkey.state);
568 Check(xkey.keycode); break;
571 Check(xcrossin
575 #undef Check macro
[all...]

Completed in 15 milliseconds