Lines Matching refs:backend
3 use crate::{backend, io};
5 pub use backend::termios::types::{
25 backend::termios::syscalls::tcgetattr(fd.as_fd())
40 backend::termios::syscalls::tcgetwinsize(fd.as_fd())
57 backend::termios::syscalls::tcgetpgrp(fd.as_fd())
74 backend::termios::syscalls::tcsetpgrp(fd.as_fd(), pid)
96 backend::termios::syscalls::tcsetattr(fd.as_fd(), optional_actions, termios)
118 backend::termios::syscalls::tcsendbreak(fd.as_fd())
133 backend::termios::syscalls::tcdrain(fd.as_fd())
150 backend::termios::syscalls::tcflush(fd.as_fd(), queue_selector)
166 backend::termios::syscalls::tcflow(fd.as_fd(), action)
181 backend::termios::syscalls::tcgetsid(fd.as_fd())
195 backend::termios::syscalls::tcsetwinsize(fd.as_fd(), winsize)