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

12

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dsgtty.h47 int gtty(int, struct sgttyb *);
48 int stty(int, struct sgttyb *);
/macosx-10.10.1/ntp-92/include/
H A Dntp_tty.h10 #define TTY struct sgttyb
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h98 struct sgttyb { struct
117 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
118 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
119 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dtermios.h41 #define TERMIO_TYPE struct sgttyb
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dshtty.h62 # define TTYSTRUCT struct sgttyb
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
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...]
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x74 struct sgttyb {
178 sgttyb basic; /* standard unix tty flags */
/macosx-10.10.1/libtelnet-13/
H A Dread_password.c89 struct sgttyb tty_state;
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty_in.h36 /* sgttyb must also be avoided because it redefines same things that */
67 # define TERMINAL sgttyb
/macosx-10.10.1/tcsh-65/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;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c219 * contents of the struct sgttyb that 'data' points to.
227 register struct sgttyb *sg = (struct sgttyb *)data;
390 register struct sgttyb *sg = (struct sgttyb *)data;
/macosx-10.10.1/sudo-73/src/
H A Dterm.c89 # define termios sgttyb
260 struct sgttyb b;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsystty.h291 state, for example a struct tchars, a struct sgttyb, a struct
332 struct sgttyb main;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h120 # define termios sgttyb
/macosx-10.10.1/screen-22/screen/
H A Dscreen.h128 struct sgttyb m_ttyb;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Dckutilities.c272 struct sgttyb ttyb;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Dckutilities.c272 struct sgttyb ttyb;
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm1714 $sgttyb = ''; ## just to quiet "perl -w";
1716 && &ioctl($term_IN,$TIOCGETP,$sgttyb)) {
1717 @tty_buf = unpack($sgttyb_t,$sgttyb);
1725 $sgttyb = pack($sgttyb_t,@tty_buf);
1726 &ioctl($term_IN,$TIOCSETP,$sgttyb) || die "Can't ioctl TIOCSETP: $!";
1762 &ioctl($term_IN,$TIOCGETP,$sgttyb) || die "Can't ioctl TIOCGETP: $!";
1763 @tty_buf = unpack($sgttyb_t,$sgttyb);
1771 $sgttyb = pack($sgttyb_t,@tty_buf);
1772 &ioctl($term_IN,$TIOCSETP,$sgttyb) || die "Can't ioctl TIOCSETP: $!";
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c72 struct sgttyb ottyb = { 0 }, nttyb = { 0 };
378 struct sgttyb sb;
H A Dexterns.h349 extern struct sgttyb nttyb;
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzpty.c104 ioctl(fd, TIOCGETP, &ti->sgttyb);
136 ioctl(fd, TIOCSETN, &ti->sgttyb);
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_vi.c955 struct sgttyb sob;
962 sob = shttyinfo.sgttyb;
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dread_pwd.c162 #define TTY_STRUCT struct sgttyb

Completed in 390 milliseconds

12