Home | History | Annotate | Download | only in gregbook

Lines Matching refs:QUIT

130 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) ||  \
504 "is displayed) to quit.\n"
654 /* do quick check for a quit event but don't wait for it */
657 if (QUIT(e,k))
671 &e) && QUIT(e,k))
679 int quit = FALSE;
684 * calls to sleep(1) interleaved with checks for quit
691 for (i = seconds_to_go; i > 0 && !quit; --i) {
695 ButtonPressMask, &e) && QUIT(e,k))
696 quit = TRUE;
700 if (quit)
712 if (quit)
736 /* wait for the user to tell us when to quit */
739 Trace((stderr, "entering final wait-for-quit-event loop\n"))
746 } while (!QUIT(e,k));
1399 while (!QUIT(e,k));
1600 "Done. Press Q, Esc or mouse button 1 (within image window) to quit.\n");