Home
last modified time | relevance | path

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

/NovaShell/src/
H A Dparser.rs415 let mut old_stdin: Option<i32> = None; in execute() localVariable
421 old_stdin = Some(libc::dup(libc::STDIN_FILENO)); in execute()
489 if let Some(old_stdin) = old_stdin { in execute()
490 libc::dup2(old_stdin, libc::STDIN_FILENO); in execute()