Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libreadline/
Drltty.c188 save_tty_chars (tiop) in save_tty_chars() argument
189 TIOTYPE *tiop; in save_tty_chars()
193 if (tiop->flags & SGTTY_SET)
195 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
196 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
199 if (tiop->flags & TCHARS_SET)
201 _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
202 _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
203 _rl_tty_chars.t_start = tiop->tchars.t_startc;
204 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
[all …]
/openbsd/src/usr.bin/tmux/
Dcmd-new-session.c77 struct termios tio, *tiop; in cmd_new_session_exec() local
191 tiop = &tio; in cmd_new_session_exec()
193 tiop = NULL; in cmd_new_session_exec()
278 s = session_create(prefix, newname, cwd, env, oo, tiop); in cmd_new_session_exec()
/openbsd/src/usr.bin/ssh/
Dttymodes.c251 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) in ssh_tty_make_modes() argument
260 if (tiop == NULL) { in ssh_tty_make_modes()
270 tio = *tiop; in ssh_tty_make_modes()
Dclientloop.c2666 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, in client_session2_setup() argument
2698 if (tiop == NULL) in client_session2_setup()
2699 tiop = get_saved_tio(); in client_session2_setup()
2700 ssh_tty_make_modes(ssh, -1, tiop); in client_session2_setup()