Searched refs:tiop (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 133 save_tty_chars (TIOTYPE *tiop) in save_tty_chars() argument 137 if (tiop->flags & SGTTY_SET) in save_tty_chars() 139 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase; in save_tty_chars() 140 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill; in save_tty_chars() 143 if (tiop->flags & TCHARS_SET) in save_tty_chars() 145 _rl_intr_char = _rl_tty_chars.t_intr = tiop->tchars.t_intrc; in save_tty_chars() 146 _rl_quit_char = _rl_tty_chars.t_quit = tiop->tchars.t_quitc; in save_tty_chars() 148 _rl_tty_chars.t_start = tiop->tchars.t_startc; in save_tty_chars() 149 _rl_tty_chars.t_stop = tiop->tchars.t_stopc; in save_tty_chars() 150 _rl_tty_chars.t_eof = tiop->tchars.t_eofc; in save_tty_chars() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/include/ac/ |
| H A D | termios.h | 31 #define GETATTR( fd, tiop ) tcgetattr((fd), (tiop)) argument 32 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop)) argument 45 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop)) argument 46 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop)) argument
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-new-session.c | 77 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()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ttymodes.c | 255 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) in ssh_tty_make_modes() argument 264 if (tiop == NULL) { in ssh_tty_make_modes() 274 tio = *tiop; in ssh_tty_make_modes()
|
| H A D | clientloop.c | 2694 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, in client_session2_setup() argument 2726 if (tiop == NULL) in client_session2_setup() 2727 tiop = get_saved_tio(); in client_session2_setup() 2728 ssh_tty_make_modes(ssh, -1, tiop); in client_session2_setup()
|