Searched refs:parse (Results 1 – 3 of 3) sorted by relevance
191 .filter_map(|str| str.parse::<u64>().ok()) in shell_cmd_free()
71 if let Ok(fd) = str.split_at(1).1.parse::<i32>() { in from_string()268 pub fn parse(input: &str) -> Result<Vec<Pipeline>, ParseError> { in parse() method
117 let pipelines = Parser::parse(&input_command).unwrap(); in exec_commands_in_line()