| /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 | 214 static enum { RESET, TCBREAK } ttystate = RESET; variable in typeref:enum:__anon21835 263 ttystate = TCBREAK; 303 if(ttystate != TCBREAK) 309 ttystate = RESET;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| 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
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| 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
|
| /src/bin/sh/ |
| miscbltin.c | 220 struct termios ttystate; local 287 setraw = setrawmode(0, 1 + n_flag, end, &ttystate); 397 setrawmode(0, 0, end, &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);
|