Lines Matching refs:parsec
67 static void procmatch_match(struct mprintc *mc, struct parsec *pc);
68 static void procmatch_nomatch(struct mprintc *mc, struct parsec *pc);
69 static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched);
74 static bool procline(struct parsec *pc);
75 static bool printline(struct parsec *pc, int sep, size_t *last_out);
204 procmatch_match(struct mprintc *mc, struct parsec *pc) in procmatch_match()
247 procmatch_nomatch(struct mprintc *mc, struct parsec *pc) in procmatch_nomatch()
272 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) in procmatches()
313 struct parsec pc; in procfile()
500 procline(struct parsec *pc) in procline()
772 printline(struct parsec *pc, int sep, size_t *last_out) in printline()