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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c476 int input_pending; variable
1422 get_input_pending (&input_pending,
2673 if (input_pending
2675 swallow_events (0); /* may clear input_pending */
2678 while (!input_pending)
2685 if (!input_pending)
2692 /* If that cleared input_pending, try again to redisplay. */
2958 input_pending = readable_events (0);
3073 && !input_pending && !detect_input_pending_run_timers (0))
4106 input_pending
[all...]
H A Ddispnew.c4218 extern int input_pending;
4234 if (force_p || !input_pending || !NILP (do_mouse_tracking))
4292 for (n_updated = 0; row < end && (force_p || !input_pending); ++row)
5266 extern int input_pending;
5303 for (i = 0; i < desired_matrix->nrows - 1 && (force_p || !input_pending); i++)
H A Dlisp.h2996 extern int input_pending;

Completed in 294 milliseconds