Home
last modified time | relevance | path

Searched refs:sgttyb (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
HDrltty.c101 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/
HDser-unix.c71 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 …]
HDterminal.h74 #define TERMINAL struct sgttyb
/dragonfly/include/rpcsvc/
HDrex.x69 struct sgttyb { struct
173 sgttyb basic; /* standard unix tty flags */
/dragonfly/contrib/tcsh-6/config/
HDbsd4.457 * TERMIO You have struct termio instead of struct sgttyb.
59 * BSD uses sgttyb. POSIX systems should define this
/dragonfly/usr.bin/top/
HDscreen.c136 static struct sgttyb old_settings;
137 static struct sgttyb new_settings;
/dragonfly/lib/libtelnet/
HDread_password.c76 struct sgttyb tty_state;
/dragonfly/contrib/tcsh-6/
HDsh.file.c131 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()
HDed.term.h521 struct sgttyb d_t;
HDed.term.c886 struct sgttyb *n = &td->d_t; in tty_getchar()
1027 struct sgttyb *n = &td->d_t; in tty_setchar()
HDsh.lex.c1470 struct sgttyb tty; in readc()
/dragonfly/usr.bin/talk/
HDio.c121 ioctl(0, FIONREAD, (struct sgttyb *) &nb); in talk()
/dragonfly/usr.bin/telnet/
HDsys_bsd.c65 struct sgttyb ottyb = { 0 }, nttyb = { 0 };
371 struct sgttyb sb; in TerminalNewMode()
HDexterns.h325 extern struct sgttyb nttyb;
HDREADME626 struct sgttyb a;
/dragonfly/usr.bin/window/
HDww.h151 struct sgttyb ww_sgttyb;
/dragonfly/libexec/telnetd/
HDsys_term.c75 struct sgttyb sg;
/dragonfly/contrib/ee/
HDnew_curse.c649 struct sgttyb Terminal;
650 struct sgttyb Saved_tty;
2335 struct sgttyb Gterminal;
/dragonfly/contrib/less/
HDscreen.c597 struct sgttyb s; in raw_mode()
598 static struct sgttyb save_term; in raw_mode()