Home | History | Annotate | Download | only in gregbook

Lines Matching defs:QUIT

131 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) ||  \
486 "is displayed) to quit.\n"
633 /* do quick check for a quit event but don't wait for it */
636 if (QUIT(e,k))
650 &e) && QUIT(e,k))
658 int quit = FALSE;
663 * calls to sleep(1) interleaved with checks for quit
670 for (i = seconds_to_go; i > 0 && !quit; --i) {
674 ButtonPressMask, &e) && QUIT(e,k))
675 quit = TRUE;
679 if (quit)
691 if (quit)
715 /* wait for the user to tell us when to quit */
718 Trace((stderr, "entering final wait-for-quit-event loop\n"))
725 } while (!QUIT(e,k));
1379 while (!QUIT(e,k));
1580 "Done. Press Q, Esc or mouse button 1 (within image window) to quit.\n");