Home
last modified time | relevance | path

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

/NovaShell/src/shell/
H A Dprinter.rs66 crossterm::execute!( in insert()
97 crossterm::execute!( in delete()
115 crossterm::execute!( in cursor_left()
127 crossterm::execute!( in cursor_right()
162 crossterm::execute!( in change_line()
H A Dmod.rs63 for child in pipeline.execute(map.clone()) { in create_backend_thread()
139 for mut child in pipeline.execute(BuildInCmd::map().clone()) { in exec_commands_in_line()
/NovaShell/src/
H A Dparser.rs59 pub fn execute(&self) {} in execute() method
378 pub fn execute(&self, internal_commands: Option<Arc<Mutex<CommandMap>>>) -> Vec<Child> { in execute() method