Home
last modified time | relevance | path

Searched defs:err (Results 1 – 2 of 2) sorted by relevance

/NovaShell/src/shell/command/
H A Dmod.rs109 let mut err: Option<ExecuteErrorType> = None; in shell_cmd_exec() localVariable
/NovaShell/src/
H A Dparser.rs384 let mut err: Option<ExecuteErrorType> = None; in execute() localVariable