Home
last modified time | relevance | path

Searched refs:Stdout (Results 1 – 1 of 1) sorted by relevance

/NovaShell/src/
H A Dparser.rs330 Stdout(Option<ChildStdout>), enumerator
337 RedirectStdout::Stdout(child_stdout) => child_stdout.take().unwrap().as_raw_fd(), in as_raw_fd()
344 RedirectStdout::Stdout(child_stdout) => Stdio::from(child_stdout.take().unwrap()), in as_std()
358 RedirectStdout::Stdout(value.take()) in from()
605 stdout = Some(RedirectStdout::Stdout(child.stdout.take())); in execute()