Home
last modified time | relevance | path

Searched refs:ttystate (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/gdb/gdb/
HDserial.c444 serial_set_tty_state (struct serial *scb, serial_ttystate ttystate) in serial_set_tty_state() argument
446 return scb->ops->set_tty_state (scb, ttystate); in serial_set_tty_state()
451 serial_ttystate ttystate, in serial_print_tty_state() argument
454 scb->ops->print_tty_state (scb, ttystate, stream); in serial_print_tty_state()
549 cleanup_tty (serial_ttystate ttystate)
552 serial_set_tty_state (tty_desc, ttystate);
553 xfree (ttystate);
562 serial_ttystate ttystate;
575 ttystate = serial_get_tty_state (tty_desc);
580 make_cleanup (cleanup_tty, ttystate);
HDserial.h115 extern int serial_set_tty_state (struct serial *scb, serial_ttystate ttystate);
121 extern void serial_print_tty_state (struct serial *scb, serial_ttystate ttystate, struct ui_file *);
186 serial_ttystate ttystate; /* Not used (yet) */ member
HDser-unix.h36 serial_ttystate ttystate);
38 serial_ttystate ttystate,
HDser-unix.c190 hardwire_set_tty_state (struct serial *scb, serial_ttystate ttystate) in hardwire_set_tty_state() argument
194 state = (struct hardwire_ttystate *) ttystate; in hardwire_set_tty_state()
234 serial_ttystate ttystate, in hardwire_print_tty_state() argument
237 struct hardwire_ttystate *state = (struct hardwire_ttystate *) ttystate; in hardwire_print_tty_state()
883 ser_unix_nop_set_tty_state (struct serial *scb, serial_ttystate ttystate) in ser_unix_nop_set_tty_state() argument
1087 serial_ttystate ttystate, in ser_unix_nop_print_tty_state() argument
HDser-e7kpc.c358 e7000pc_set_tty_state (struct serial *scb, serial_ttystate ttystate) in e7000pc_set_tty_state() argument
373 serial_ttystate ttystate, in e7000pc_print_tty_state() argument
HDser-go32.c657 dos_set_tty_state (struct serial *scb, serial_ttystate ttystate) in dos_set_tty_state() argument
661 state = (struct dos_ttystate *) ttystate; in dos_set_tty_state()
690 dos_print_tty_state (struct serial *scb, serial_ttystate ttystate, in dos_print_tty_state() argument
HDremote-st.c695 serial_raw (0, &ttystate);
/trueos/contrib/libreadline/examples/
HDrlptytest.c207 static enum { RESET, TCBREAK } ttystate = RESET; variable
256 ttystate = TCBREAK; in tty_cbreak()
296 if(ttystate != TCBREAK) in tty_reset()
302 ttystate = RESET; in tty_reset()