Searched refs:stdout (Results 1 – 3 of 3) sorted by relevance
4 io::{self, stdout, Write},46 stdout().flush().unwrap(); in print_prompt()67 io::stdout(), in insert()74 stdout().flush().unwrap(); in insert()98 io::stdout(), in delete()102 stdout().flush().unwrap(); in delete()116 io::stdout(), in cursor_left()128 io::stdout(), in cursor_right()163 io::stdout(), in change_line()171 stdout().flush().unwrap(); in change_line()
240 let mut stdout = std::io::stdout(); in readline() localVariable362 stdout.flush().unwrap(); in readline()
380 let mut stdout: Option<RedirectStdout> = None; in execute() localVariable419 if let Some(mut redirect_stdout) = stdout { in execute()423 stdout = None; in execute()433 stdout = Some(RedirectStdout::from(pipe[0])); in execute()445 stdout = Some(RedirectStdout::from(pipe[0])); in execute()560 if stdout.is_some() { in execute()561 child_command.stdin(stdout.take().unwrap().as_std()); in execute()580 child_command.stdout(file); in execute()590 child_command.stdout(unsafe { Stdio::from_raw_fd(*fd) }); in execute()596 child_command.stdout(Stdio::piped()); in execute()[all …]