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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dser-base.h36 serial_ttystate ttystate);
38 serial_ttystate ttystate);
40 serial_ttystate ttystate,
H A Dinflow.c70 serial_ttystate ttystate;
73 /* Process group. Saved and restored just like ttystate. */
77 /* fcntl flags. Saved and restored just like ttystate. */
190 our_terminal_info.ttystate = serial_get_tty_state (stdin_serial);
192 if (our_terminal_info.ttystate != NULL)
228 xfree (tinfo->ttystate);
229 tinfo->ttystate = serial_copy_tty_state (stdin_serial,
230 our_terminal_info.ttystate);
252 xfree (our_terminal_info.ttystate);
253 our_terminal_info.ttystate
69 serial_ttystate ttystate; member in struct:terminal_info
[all...]
H A Dserial.c499 serial_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
501 return scb->ops->copy_tty_state (scb, ttystate);
505 serial_set_tty_state (struct serial *scb, serial_ttystate ttystate)
507 return scb->ops->set_tty_state (scb, ttystate);
512 serial_ttystate ttystate,
515 scb->ops->print_tty_state (scb, ttystate, stream);
652 cleanup_tty (serial_ttystate ttystate)
655 serial_set_tty_state (tty_desc, ttystate);
656 xfree (ttystate);
665 serial_ttystate ttystate;
497 serial_copy_tty_state(struct serial *scb, serial_ttystate ttystate) argument
503 serial_set_tty_state(struct serial *scb, serial_ttystate ttystate) argument
509 serial_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
[all...]
H A Dserial.h127 /* Return a pointer to a newly malloc'd ttystate containing the state
132 /* Return a pointer to a newly malloc'd ttystate containing a copy
136 serial_ttystate ttystate);
143 extern int serial_set_tty_state (struct serial *scb, serial_ttystate ttystate);
145 /* printf_filtered a user-comprehensible description of ttystate on
150 serial_ttystate ttystate,
224 serial_ttystate ttystate; /* Not used (yet) */ member in struct:serial
H A Dser-base.c467 ser_base_copy_tty_state (struct serial *scb, serial_ttystate ttystate) argument
474 ser_base_set_tty_state (struct serial *scb, serial_ttystate ttystate) argument
489 serial_ttystate ttystate,
488 ser_base_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
H A Dser-unix.c195 hardwire_copy_tty_state (struct serial *scb, serial_ttystate ttystate) argument
200 *state = *(struct hardwire_ttystate *) ttystate;
206 hardwire_set_tty_state (struct serial *scb, serial_ttystate ttystate) argument
210 state = (struct hardwire_ttystate *) ttystate;
250 serial_ttystate ttystate,
253 struct hardwire_ttystate *state = (struct hardwire_ttystate *) ttystate;
249 hardwire_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
H A Dser-go32.c660 dos_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
665 *state = *(struct dos_ttystate *) ttystate;
671 dos_set_tty_state (struct serial *scb, serial_ttystate ttystate)
675 state = (struct dos_ttystate *) ttystate;
705 dos_print_tty_state (struct serial *scb, serial_ttystate ttystate,
656 dos_copy_tty_state(struct serial *scb, serial_ttystate ttystate) argument
667 dos_set_tty_state(struct serial *scb, serial_ttystate ttystate) argument
701 dos_print_tty_state(struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/
H A Drlptytest.c207 static enum { RESET, TCBREAK } ttystate = RESET; variable in typeref:enum:__anon1229
256 ttystate = TCBREAK;
296 if(ttystate != TCBREAK)
302 ttystate = RESET;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Djobs.c128 #define JF_SAVEDTTY 0x020 /* j->ttystate is valid */
154 TTY_state ttystate; /* saved tty state for stopped jobs */ member in struct:job
916 set_tty(tty_fd, &j->ttystate, TF_NONE);
1246 get_tty(tty_fd, &j->ttystate);

Completed in 132 milliseconds