Searched refs:parse_pipeline (Results 1 - 2 of 2) sorted by relevance

/external/toybox/toys/pending/
H A Dsh.c234 static char *parse_pipeline(char *cmdline, struct pipeline *line) function
341 start = parse_pipeline(start, &line);
/external/llvm/utils/lit/lit/
H A DShUtil.py223 def parse_pipeline(self): member in class:ShParser
233 lhs = self.parse_pipeline()
244 lhs = Seq(lhs, operator[0], self.parse_pipeline())

Completed in 120 milliseconds