Searched refs:process_cmd_line (Results 1 – 3 of 3) sorted by relevance
532 if !handler.process_cmd_line(&first, &iter.collect::<Vec<String>>()) { in handle_client_command()814 if !handler.process_cmd_line(&first, &iter.collect::<Vec<String>>()) { in handle_client_command()856 handler.process_cmd_line(cmd, rest); in handle_client_command()
439 pub fn process_cmd_line(&mut self, command: &str, args: &[String]) -> bool { in process_cmd_line() method
132 static int process_cmd_line(int argc, char *argv[]) in process_cmd_line() function1100 if(process_cmd_line(argc,argv) != 0) in main()