Lines Matching defs:matched
69 static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched);
94 * The last pattern matched wins exclusion/inclusion
113 * The last pattern matched wins exclusion/inclusion
131 bool matched, ok;
134 matched = false;
192 matched = true;
200 return (matched);
258 procmatches(struct mprintc *mc, struct parsec *pc, bool matched)
276 if (matched) {
281 /* XXX TODO: Decrement by number of matched lines */
495 bool lastmatched, matched;
523 matched = false;
570 * matched once, then we should try the pattern
587 matched = true;
651 return matched;