Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Drltty.c128 TIOTYPE *tiop; in save_tty_chars()
167 TIOTYPE *tiop;
171 tiop->flags = tiop->lflag = 0;
199 TIOTYPE *tiop;
321 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop)) argument
323 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSANOW, tiop)) argument
325 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSADRAIN, tiop)) argument
330 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop)) argument
331 # define SETATTR(tty, tiop) (ioctl (tty, TCSETAW, tiop)) argument
355 TIOTYPE *tiop; in save_tty_chars()
[all …]
/dragonfly/crypto/openssh/
H A Dttymodes.c279 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) in ssh_tty_make_modes() argument
288 if (tiop == NULL) { in ssh_tty_make_modes()
298 tio = *tiop; in ssh_tty_make_modes()
H A Dclientloop.c2467 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, in client_session2_setup() argument
2499 if (tiop == NULL) in client_session2_setup()
2500 tiop = get_saved_tio(); in client_session2_setup()
2501 ssh_tty_make_modes(ssh, -1, tiop); in client_session2_setup()