Lines Matching refs:winsize
4 pub use libc::winsize as Winsize;
243 /// If `winsize` is not `None`, the window size of the slave will be set to
244 /// the values in `winsize`. If `termios` is not `None`, the pseudoterminal's
253 winsize: T,
261 match (termios.into(), winsize.into()) {
262 (Some(termios), Some(winsize)) => {
270 winsize as *const Winsize as *mut _,
274 (None, Some(winsize)) => unsafe {
280 winsize as *const Winsize as *mut _,
323 /// If `winsize` is not `None`, the window size of the slave will be set to
324 /// the values in `winsize`. If `termios` is not `None`, the pseudoterminal's
339 winsize: T,
354 let win = winsize