Searched refs:tiop (Results 1 – 3 of 3) sorted by relevance
194 save_tty_chars (tiop) in save_tty_chars() argument195 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 …]
281 tty_make_modes(int fd, struct termios *tiop) in tty_make_modes() argument300 if (tiop == NULL) { in tty_make_modes()310 tio = *tiop; in tty_make_modes()
2106 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env) in client_session2_setup() argument2133 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()