HomeSort by: relevance | last modified time | path
    Searched refs:ttystate (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ser-base.h 37 serial_ttystate ttystate);
39 serial_ttystate ttystate);
41 serial_ttystate ttystate,
inflow.c 76 serial_ttystate ttystate {};
95 /* fcntl flags. Saved and restored just like ttystate. */
156 our_terminal_info.ttystate
201 xfree (tinfo->ttystate);
202 tinfo->ttystate = serial_copy_tty_state (stdin_serial, initial_gdb_ttystate);
214 xfree (our_terminal_info.ttystate);
215 our_terminal_info.ttystate = serial_get_tty_state (stdin_serial);
319 && tinfo->ttystate != NULL
334 result = serial_set_tty_state (stdin_serial, tinfo->ttystate);
444 xfree (tinfo->ttystate);
    [all...]
serial.h 154 /* Return a pointer to a newly malloc'd ttystate containing the state
159 /* Return a pointer to a newly malloc'd ttystate containing a copy
160 of the state in TTYSTATE. */
163 serial_ttystate ttystate);
165 /* Set the state of the tty to TTYSTATE. The change is immediate.
170 extern int serial_set_tty_state (struct serial *scb, serial_ttystate ttystate);
172 /* gdb_printf a user-comprehensible description of ttystate on
177 serial_ttystate ttystate,
246 serial_ttystate ttystate; /* Not used (yet) */ member in struct:serial
ser-unix.c 114 hardwire_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
118 *state = *(struct hardwire_ttystate *) ttystate;
124 hardwire_set_tty_state (struct serial *scb, serial_ttystate ttystate)
128 state = (struct hardwire_ttystate *) ttystate;
135 serial_ttystate ttystate,
138 struct hardwire_ttystate *state = (struct hardwire_ttystate *) ttystate;
serial.c 487 serial_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
489 return scb->ops->copy_tty_state (scb, ttystate);
493 serial_set_tty_state (struct serial *scb, serial_ttystate ttystate)
495 return scb->ops->set_tty_state (scb, ttystate);
500 serial_ttystate ttystate,
503 scb->ops->print_tty_state (scb, ttystate, stream);
ser-base.c 541 ser_base_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
548 ser_base_set_tty_state (struct serial *scb, serial_ttystate ttystate)
555 serial_ttystate ttystate,
ser-go32.c 674 dos_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
679 *state = *(struct dos_ttystate *) ttystate;
685 dos_set_tty_state (struct serial *scb, serial_ttystate ttystate)
689 state = (struct dos_ttystate *) ttystate;
708 dos_print_tty_state (struct serial *scb, serial_ttystate ttystate,
  /src/external/gpl3/gdb/dist/gdb/
ser-base.h 37 serial_ttystate ttystate);
39 serial_ttystate ttystate);
41 serial_ttystate ttystate,
inflow.c 94 serial_ttystate ttystate {};
113 /* fcntl flags. Saved and restored just like ttystate. */
174 our_terminal_info.ttystate
228 xfree (tinfo->ttystate);
229 tinfo->ttystate = serial_copy_tty_state (stdin_serial, initial_gdb_ttystate);
241 xfree (our_terminal_info.ttystate);
242 our_terminal_info.ttystate = serial_get_tty_state (stdin_serial);
346 && tinfo->ttystate != NULL
361 result = serial_set_tty_state (stdin_serial, tinfo->ttystate);
471 xfree (tinfo->ttystate);
    [all...]
serial.h 154 /* Return a pointer to a newly malloc'd ttystate containing the state
160 /* Return a pointer to a newly malloc'd ttystate containing a copy
161 of the state in TTYSTATE. */
164 serial_ttystate ttystate);
166 /* Set the state of the tty to TTYSTATE. The change is immediate.
171 extern int serial_set_tty_state (struct serial *scb, serial_ttystate ttystate);
173 /* gdb_printf a user-comprehensible description of ttystate on
178 serial_ttystate ttystate,
247 serial_ttystate ttystate; /* Not used (yet) */ member in struct:serial
ser-unix.c 138 hardwire_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
142 *state = *(struct hardwire_ttystate *) ttystate;
148 hardwire_set_tty_state (struct serial *scb, serial_ttystate ttystate)
152 state = (struct hardwire_ttystate *) ttystate;
160 serial_ttystate ttystate,
163 struct hardwire_ttystate *state = (struct hardwire_ttystate *) ttystate;
serial.c 487 serial_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
489 return scb->ops->copy_tty_state (scb, ttystate);
493 serial_set_tty_state (struct serial *scb, serial_ttystate ttystate)
495 return scb->ops->set_tty_state (scb, ttystate);
500 serial_ttystate ttystate,
503 scb->ops->print_tty_state (scb, ttystate, stream);
ser-base.c 541 ser_base_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
548 ser_base_set_tty_state (struct serial *scb, serial_ttystate ttystate)
555 serial_ttystate ttystate,
ser-go32.c 674 dos_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
679 *state = *(struct dos_ttystate *) ttystate;
685 dos_set_tty_state (struct serial *scb, serial_ttystate ttystate)
689 state = (struct dos_ttystate *) ttystate;
708 dos_print_tty_state (struct serial *scb, serial_ttystate ttystate,
  /src/external/gpl3/gdb/dist/readline/readline/examples/
rlptytest.c 218 static enum { RESET, TCBREAK } ttystate = RESET; variable in typeref:enum:__anon19096
267 ttystate = TCBREAK;
307 if(ttystate != TCBREAK)
313 ttystate = RESET;
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rlptytest.c 218 static enum { RESET, TCBREAK } ttystate = RESET; variable in typeref:enum:__anon583
267 ttystate = TCBREAK;
307 if(ttystate != TCBREAK)
313 ttystate = RESET;
  /src/bin/sh/
miscbltin.c 202 read_reset(int setraw, struct termios *ttystate)
206 setrawmode(0, 0, 0, ttystate);
259 struct termios ttystate; local
330 setraw = setrawmode(0, 1 + n_flag, end, &ttystate);
350 read_reset(setraw, &ttystate);
369 read_reset(setraw, &ttystate);
456 read_reset(setraw, &ttystate);
  /src/bin/ksh/
jobs.c 123 #define JF_SAVEDTTY 0x020 /* j->ttystate is valid */
149 TTY_state ttystate; /* saved tty state for stopped jobs */ member in struct:job
864 set_tty(tty_fd, &j->ttystate, TF_NONE);
1174 get_tty(tty_fd, &j->ttystate);

Completed in 30 milliseconds