Home
last modified time | relevance | path

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

/NovaShell/src/
H A Dparser.rs508 let mut status = 0; in execute() localVariable
509 err = match libc::waitpid(child_fd, &mut status, 0) { in execute()
514 if status != 0 { in execute()
515 if libc::WIFEXITED(status) { in execute()
516 if libc::WEXITSTATUS(status) != 0 { in execute()
517 err = Some(ExecuteErrorType::ExitWithCode(status)); in execute()
519 } else if libc::WIFSIGNALED(status) { in execute()
/NovaShell/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and