Searched refs:set_tty_state (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ser-unix.c | 59 static int set_tty_state (struct serial *scb, 91 set_tty_state (struct serial *scb, struct hardwire_ttystate *state) in set_tty_state() function 130 return set_tty_state (scb, state); in hardwire_set_tty_state() 221 if (set_tty_state (scb, &state)) in hardwire_raw() 447 if (set_tty_state (scb, &state)) in hardwire_setbaudrate() 478 return set_tty_state (scb, &state); in hardwire_setstopbits() 511 return set_tty_state (scb, &state); in hardwire_setparity()
|
| D | serial.h | 275 int (*set_tty_state) (struct serial *, serial_ttystate); member
|
| D | serial.c | 493 return scb->ops->set_tty_state (scb, ttystate); in serial_set_tty_state()
|
| D | ChangeLog-1993 | 322 * ser-unix.c (set_tty_state): set the rest of the terminal state 3029 (set_tty_state): if process group is -1, do not reset the 3466 * ser-unix.c (set_tty_state): Don't ignore errors setting process 3469 from set_tty_state. 4894 get_tty_state and set_tty_state. Define protoypes and macros for
|
| D | ChangeLog-2017 | 3752 (get_tty_state, set_tty_state): Drop termio and sgtty code, and
|