Searched refs:tiop (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dtermios.h29 #define GETATTR( fd, tiop ) tcgetattr((fd), (tiop))
30 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop))
43 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop))
44 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop))
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c194 save_tty_chars (tiop)
195 TIOTYPE *tiop;
199 if (tiop->flags & SGTTY_SET)
201 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
202 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
205 if (tiop->flags & TCHARS_SET)
207 _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
208 _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
209 _rl_tty_chars.t_start = tiop->tchars.t_startc;
210 _rl_tty_chars.t_stop = tiop
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dttymodes.c277 * or tiop in a portable manner, and appends the modes to a packet
281 tty_make_modes(int fd, struct termios *tiop) argument
300 if (tiop == NULL) {
310 tio = *tiop;
H A Dclientloop.c2166 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env)
2193 if (tiop == NULL)
2194 tiop = get_saved_tio();
2195 tty_make_modes(-1, tiop);
2165 client_session2_setup(int id, int want_tty, int want_subsystem, const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env) argument

Completed in 189 milliseconds