Searched refs:write_stdin (Results 1 – 1 of 1) sorted by relevance
107 let val = self.write_stdin(buf, block)?; in input()199 fn write_stdin(&self, buf: &[u8], block: bool) -> Result<usize, TtyError> { in write_stdin() method