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 void printline(struct parsec *pc, int sep);
195 procmatch_match(struct mprintc *mc, struct parsec *pc) in procmatch_match()
224 procmatch_nomatch(struct mprintc *mc, struct parsec *pc) in procmatch_nomatch()
249 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) in procmatches()
290 struct parsec pc; in procfile()
477 procline(struct parsec *pc) in procline()
745 printline(struct parsec *pc, int sep) in printline()