Searched refs:commands (Results 1 – 2 of 2) sorted by relevance
175 let mut commands = Vec::new(); in parser() localVariable226 commands.push(Command::new(name, args, cmd_type, conn_type)); in parser()230 pipelines.push(Pipeline::new(&commands, true)); in parser()231 commands.clear(); in parser()246 commands.push(Command::new( in parser()261 if !commands.is_empty() { in parser()262 pipelines.push(Pipeline::new(&commands, false)); in parser()364 commands: Vec<Command>, // 存储一系列命令 field371 pub fn new(commands: &Vec<Command>, backend: bool) -> Pipeline { in new()373 commands: commands.to_vec(), in new()[all …]
103 c) If the modified program normally reads commands interactively320 The hypothetical commands `show w' and `show c' should show the appropriate321 parts of the General Public License. Of course, the commands you use may