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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.h36 serial_ttystate ttystate);
38 serial_ttystate ttystate,
H A Dserial.h105 /* Return a pointer to a newly malloc'd ttystate containing the state
115 extern int serial_set_tty_state (struct serial *scb, serial_ttystate ttystate);
117 /* printf_filtered a user-comprehensible description of ttystate on
121 extern void serial_print_tty_state (struct serial *scb, serial_ttystate ttystate, struct ui_file *);
186 serial_ttystate ttystate; /* Not used (yet) */ member in struct:serial
H A Dserial.c446 serial_set_tty_state (struct serial *scb, serial_ttystate ttystate)
448 return scb->ops->set_tty_state (scb, ttystate);
453 serial_ttystate ttystate,
456 scb->ops->print_tty_state (scb, ttystate, stream);
551 cleanup_tty (serial_ttystate ttystate)
554 serial_set_tty_state (tty_desc, ttystate);
555 xfree (ttystate);
564 serial_ttystate ttystate;
577 ttystate = serial_get_tty_state (tty_desc);
582 make_cleanup (cleanup_tty, ttystate);
444 serial_set_tty_state(struct serial *scb, serial_ttystate ttystate) argument
450 serial_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
[all...]
H A Dser-e7kpc.c358 e7000pc_set_tty_state (struct serial *scb, serial_ttystate ttystate) argument
373 serial_ttystate ttystate,
372 e7000pc_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
H A Dser-unix.c190 hardwire_set_tty_state (struct serial *scb, serial_ttystate ttystate) argument
194 state = (struct hardwire_ttystate *) ttystate;
234 serial_ttystate ttystate,
237 struct hardwire_ttystate *state = (struct hardwire_ttystate *) ttystate;
884 ser_unix_nop_set_tty_state (struct serial *scb, serial_ttystate ttystate)
1088 serial_ttystate ttystate,
233 hardwire_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
883 ser_unix_nop_set_tty_state(struct serial *scb, serial_ttystate ttystate) argument
1086 ser_unix_nop_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
H A Dser-go32.c661 dos_set_tty_state (struct serial *scb, serial_ttystate ttystate)
665 state = (struct dos_ttystate *) ttystate;
694 dos_print_tty_state (struct serial *scb, serial_ttystate ttystate,
657 dos_set_tty_state(struct serial *scb, serial_ttystate ttystate) argument
690 dos_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
H A Dremote-st.c665 /*static struct ttystate ttystate; */
671 /* serial_restore(0, &ttystate); */
695 serial_raw (0, &ttystate);
/freebsd-11-stable/contrib/libreadline/examples/
H A Drlptytest.c207 static enum { RESET, TCBREAK } ttystate = RESET; variable in typeref:enum:__anon1977
256 ttystate = TCBREAK;
296 if(ttystate != TCBREAK)
302 ttystate = RESET;

Completed in 173 milliseconds