Home
last modified time | relevance | path

Searched refs:tiop (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/libreadline/
Drltty.c194 save_tty_chars (tiop) in save_tty_chars() argument
195 TIOTYPE *tiop; in save_tty_chars()
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->tchars.t_stopc;
[all …]
/freebsd-9-stable/crypto/openssh/
Dttymodes.c281 tty_make_modes(int fd, struct termios *tiop) in tty_make_modes() argument
300 if (tiop == NULL) { in tty_make_modes()
310 tio = *tiop; in tty_make_modes()
Dclientloop.c2106 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env) in client_session2_setup() argument
2133 if (tiop == NULL) in client_session2_setup()
2134 tiop = get_saved_tio(); in client_session2_setup()
2135 tty_make_modes(-1, tiop); in client_session2_setup()