Home
last modified time | relevance | path

Searched defs:tiop (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c133 save_tty_chars (TIOTYPE *tiop) in save_tty_chars()
170 get_tty_settings (int tty, TIOTYPE *tiop) in get_tty_settings()
200 set_tty_settings (int tty, TIOTYPE *tiop) in set_tty_settings()
237 prepare_terminal_settings (int meta_flag, TIOTYPE oldtio, TIOTYPE *tiop) in prepare_terminal_settings()
320 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop)) argument
322 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSANOW, tiop)) argument
324 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSADRAIN, tiop)) argument
329 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop)) argument
330 # define SETATTR(tty, tiop) (ioctl (tty, TCSETAW, tiop)) argument
353 save_tty_chars (TIOTYPE *tiop) in save_tty_chars()
[all …]
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dtermios.h31 #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 Dcmd-new-session.c77 struct termios tio, *tiop; in cmd_new_session_exec() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dttymodes.c255 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) in ssh_tty_make_modes()
H A Dclientloop.c2694 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, in client_session2_setup()