Searched refs:sgttyb (Results 1 – 19 of 19) sorted by relevance
| /dragonfly/contrib/gdb-7/readline/ |
| HD | rltty.c | 101 struct sgttyb sgttyb; /* Basic BSD tty driver information. */ member 134 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase; 135 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill; 174 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0) 203 ioctl (tty, TIOCSETN, &(tiop->sgttyb)); 240 _rl_echoing_p = (oldtio.sgttyb.sg_flags & ECHO); 241 _rl_echoctl = (oldtio.sgttyb.sg_flags & ECHOCTL); 245 tiop->sgttyb = oldtio.sgttyb; 257 tiop->sgttyb.sg_flags &= ~(ECHO | CRMOD); 258 tiop->sgttyb.sg_flags |= CBREAK; [all …]
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | ser-unix.c | 71 struct sgttyb sgttyb; member 134 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0) in get_tty_state() 164 if (ioctl (scb->fd, TIOCSETN, &state->sgttyb) < 0) in set_tty_state() 231 if (state->sgttyb.sg_flags & RAW) in hardwire_noflush_set_tty_state() 232 new_state.sgttyb.sg_flags |= RAW; in hardwire_noflush_set_tty_state() 234 new_state.sgttyb.sg_flags &= ~RAW; in hardwire_noflush_set_tty_state() 238 if (state->sgttyb.sg_flags & CBREAK) in hardwire_noflush_set_tty_state() 239 new_state.sgttyb.sg_flags |= CBREAK; in hardwire_noflush_set_tty_state() 241 new_state.sgttyb.sg_flags &= ~CBREAK; in hardwire_noflush_set_tty_state() 287 state->sgttyb.sg_flags); in hardwire_print_tty_state() [all …]
|
| HD | terminal.h | 74 #define TERMINAL struct sgttyb
|
| /dragonfly/include/rpcsvc/ |
| HD | rex.x | 69 struct sgttyb { struct 173 sgttyb basic; /* standard unix tty flags */
|
| /dragonfly/contrib/tcsh-6/config/ |
| HD | bsd4.4 | 57 * TERMIO You have struct termio instead of struct sgttyb. 59 * BSD uses sgttyb. POSIX systems should define this
|
| /dragonfly/usr.bin/top/ |
| HD | screen.c | 136 static struct sgttyb old_settings; 137 static struct sgttyb new_settings;
|
| /dragonfly/lib/libtelnet/ |
| HD | read_password.c | 76 struct sgttyb tty_state;
|
| /dragonfly/contrib/tcsh-6/ |
| HD | sh.file.c | 131 struct sgttyb sgtty; in setup_tty() 168 struct sgttyb tty, tty_normal; in back_to_col_1() 220 struct sgttyb tty, tty_normal; in pushback()
|
| HD | ed.term.h | 521 struct sgttyb d_t;
|
| HD | ed.term.c | 886 struct sgttyb *n = &td->d_t; in tty_getchar() 1027 struct sgttyb *n = &td->d_t; in tty_setchar()
|
| HD | sh.lex.c | 1470 struct sgttyb tty; in readc()
|
| /dragonfly/usr.bin/talk/ |
| HD | io.c | 121 ioctl(0, FIONREAD, (struct sgttyb *) &nb); in talk()
|
| /dragonfly/usr.bin/telnet/ |
| HD | sys_bsd.c | 65 struct sgttyb ottyb = { 0 }, nttyb = { 0 }; 371 struct sgttyb sb; in TerminalNewMode()
|
| HD | externs.h | 325 extern struct sgttyb nttyb;
|
| HD | README | 626 struct sgttyb a;
|
| /dragonfly/usr.bin/window/ |
| HD | ww.h | 151 struct sgttyb ww_sgttyb;
|
| /dragonfly/libexec/telnetd/ |
| HD | sys_term.c | 75 struct sgttyb sg;
|
| /dragonfly/contrib/ee/ |
| HD | new_curse.c | 649 struct sgttyb Terminal; 650 struct sgttyb Saved_tty; 2335 struct sgttyb Gterminal;
|
| /dragonfly/contrib/less/ |
| HD | screen.c | 597 struct sgttyb s; in raw_mode() 598 static struct sgttyb save_term; in raw_mode()
|