Searched refs:sgttyb (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dterminal.h47 #define TERMINAL struct sgttyb
H A Dremote-utils.c99 struct sgttyb sg;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dterminal.h76 #define TERMINAL struct sgttyb
H A Dser-unix.c60 struct sgttyb sgttyb; member in struct:hardwire_ttystate
133 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0)
163 if (ioctl (scb->fd, TIOCSETN, &state->sgttyb) < 0)
216 if (state->sgttyb.sg_flags & RAW)
217 new_state.sgttyb.sg_flags |= RAW;
219 new_state.sgttyb.sg_flags &= ~RAW;
223 if (state->sgttyb.sg_flags & CBREAK)
224 new_state.sgttyb.sg_flags |= CBREAK;
226 new_state.sgttyb
[all...]
/freebsd-9.3-release/sys/sys/
H A Dioctl_compat.h66 struct sgttyb { struct
77 #define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */
78 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */
79 #define TIOCSETN _IOW('t',10, struct sgttyb) /* as above, but no flush */
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c168 struct sgttyb sgttyb; /* Basic BSD tty driver information. */ member in struct:bsdtty
201 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
202 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
239 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
268 ioctl (tty, TIOCSETN, &(tiop->sgttyb));
305 readline_echoing_p = (oldtio.sgttyb.sg_flags & ECHO);
309 tiop->sgttyb = oldtio.sgttyb;
321 tiop->sgttyb
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dmi.termios.c157 struct sgttyb sgbuf;
161 || ioctl(filedes, TIOCGETC, (struct sgttyb *) &tcbuf) < 0)
289 struct sgttyb sgbuf;
390 ioctl(filedes, TIOCSETC, (struct sgttyb *) &tcbuf) < 0 ?
H A Dsh.file.c135 struct sgttyb sgtty;
172 struct sgttyb tty, tty_normal;
224 struct sgttyb tty, tty_normal;
H A Ded.term.h504 struct sgttyb d_t;
H A Ded.term.c881 struct sgttyb *n = &td->d_t;
1019 struct sgttyb *n = &td->d_t;
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dread_password.c87 struct sgttyb tty_state;
/freebsd-9.3-release/include/rpcsvc/
H A Drex.x74 struct sgttyb {
178 sgttyb basic; /* standard unix tty flags */
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_tty.h31 #define TTY struct sgttyb
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c105 struct sgttyb *sg = (struct sgttyb *)data;
203 struct sgttyb *sg = (struct sgttyb *)data;
/freebsd-9.3-release/contrib/top/
H A Dscreen.c78 static struct sgttyb old_settings;
79 static struct sgttyb new_settings;
/freebsd-9.3-release/contrib/texinfo/info/
H A Dterminal.c569 struct sgttyb sg;
669 struct sgttyb ttybuff;
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c72 struct sgttyb ottyb = { 0 }, nttyb = { 0 };
378 struct sgttyb sb;
H A Dexterns.h344 extern struct sgttyb nttyb;
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dread_pwd.c165 # define TTY_STRUCT struct sgttyb
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c328 * 4.3bsd serial line parameters (sgttyb interface)
331 struct sgttyb ttyb;
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c237 # define TTY_STRUCT struct sgttyb
/freebsd-9.3-release/contrib/ntp/clockstuff/
H A Dchutest.c176 struct sgttyb ttyb;
/freebsd-9.3-release/contrib/ee/
H A Dnew_curse.c649 struct sgttyb Terminal;
650 struct sgttyb Saved_tty;
2335 struct sgttyb Gterminal;
/freebsd-9.3-release/contrib/less/
H A Dscreen.c504 struct sgttyb s;
505 static struct sgttyb save_term;
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c82 struct sgttyb sg;

Completed in 163 milliseconds

12