Home
last modified time | relevance | path

Searched refs:HAVE_TERMIOS (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dterminal.h34 #if !defined (HAVE_TERMIOS) && !defined(HAVE_TERMIO) && !defined(HAVE_SGTTY)
36 #define HAVE_TERMIOS macro
48 #if defined(HAVE_TERMIOS)
52 #if !defined(_WIN32) && !defined (HAVE_TERMIOS)
Dser-unix.c36 #ifdef HAVE_TERMIOS
117 #ifdef HAVE_TERMIOS in get_tty_state()
147 #ifdef HAVE_TERMIOS in set_tty_state()
238 #ifdef HAVE_TERMIOS in hardwire_print_tty_state()
291 #ifdef HAVE_TERMIOS in hardwire_drain_output()
320 #ifdef HAVE_TERMIOS in hardwire_flush_output()
339 #ifdef HAVE_TERMIOS in hardwire_flush_input()
356 #ifdef HAVE_TERMIOS in hardwire_send_break()
391 #ifdef HAVE_TERMIOS in hardwire_raw()
475 #if defined HAVE_TERMIO || defined HAVE_TERMIOS in wait_for()
[all …]
Dinflow.c140 #ifdef HAVE_TERMIOS in gdb_has_a_terminal()
273 #ifdef HAVE_TERMIOS in terminal_inferior()
347 #ifdef HAVE_TERMIOS in terminal_ours_1()
376 #ifdef HAVE_TERMIOS in terminal_ours_1()
712 #if defined (HAVE_TERMIOS) || defined (TIOCGPGRP) in gdb_setpgid()
749 #if defined (HAVE_TERMIOS) in _initialize_inflow()
Dinflow.h27 #ifdef HAVE_TERMIOS
DChangeLog-1993528 HOST_BYTE_ORDER ourselves. Define HAVE_TERMIOS not HAVE_TERMIO.
1643 * terminal.h: Skip the redefines and includes if HAVE_TERMIOS.
3429 * config/mips/xm-mips.h: Define HAVE_TERMIOS.
3558 * config/m68k/xm-hp300hpux.h (HAVE_TERMIOS): Define instead of
3623 * config/i386/xm-i386sco.h: Define HAVE_TERMIOS.
3749 * config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO.
4023 * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't
4060 Define HAVE_TERMIOS.
DChangeLog-19944342 * config/i386/xm-symmetry.h [_SEQUENT_]: Define HAVE_TERMIOS not
4970 * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]:
5152 * ser-unix.c (wait_for) [HAVE_TERMIO, HAVE_TERMIOS]: Make a timeout
5390 * config/mips/xm-irix4.h: Define HAVE_TERMIOS.
5416 * config/i386/xm-linux.h: Define HAVE_TERMIOS.
DChangeLog-20013912 * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
3970 in HAVE_TERMIO/HAVE_TERMIOS cases.
3987 config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
DChangeLog-19952574 Use #error if HAVE_TERMIOS is not defined.
DChangeLog-19964619 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
Dterminal.h28 #define HAVE_TERMIOS macro
Dremote-utils.c74 #ifdef HAVE_TERMIOS in remote_open()