Searched refs:interrupt_input (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dtermopts.h33 extern int interrupt_input;
H A Dxsmfns.c402 if (interrupt_input)
H A Dkeyboard.c607 int interrupt_input; variable
2217 if (read_socket_hook && !interrupt_input)
2251 return read_socket_hook && !interrupt_input;
2263 if (read_socket_hook && !interrupt_input)
4054 if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr)
6747 if (*addr > 0 || (interrupt_input && ! interrupts_deferred))
6763 if (interrupt_input)
6772 if (read_socket_hook && !interrupt_input && poll_suppress_count == 0)
6815 if (interrupt_input)
6840 If interrupt_input i
[all...]
H A Dsysdep.c735 if (interrupt_input)
1590 tty.main.sg_flags |= interrupt_input ? RAW : CBREAK;
1681 if (interrupt_input
1693 if (interrupt_input)
1913 if (interrupt_input)
1925 if (interrupt_input)
H A Dprocess.c2697 if (interrupt_input)
3176 when not interrupt_input, and thus not normally used on the systems
3179 if (interrupt_input
3283 short-interval ones off, especially if interrupt_input is
4675 && interrupt_input)
4686 #if 0 /* When polling is used, interrupt_input is 0,
4695 if (read_kbd && interrupt_input
4760 if (read_kbd && interrupt_input
7507 else if (nfds > 0 && (waitchannels & 1) && interrupt_input)
7512 if (read_kbd && interrupt_input
[all...]
H A Dw32term.c6285 if (interrupt_input)
6431 /* Initialize input mode: interrupt_input off, no flow control, allow
H A Dxdisp.c216 extern int interrupt_input;
11385 if (interrupt_input)
11441 if (interrupt_input)
11513 if (interrupt_input)
H A Dxterm.c10946 if (interrupt_input)

Completed in 331 milliseconds