Searched refs:parse_pipeline (Results 1 – 2 of 2) sorted by relevance
234 static char *parse_pipeline(char *cmdline, struct pipeline *line) in parse_pipeline() function341 start = parse_pipeline(start, &line); in handle()
223 def parse_pipeline(self): member in ShParser233 lhs = self.parse_pipeline()244 lhs = Seq(lhs, operator[0], self.parse_pipeline())