Lines Matching refs:matched
69 static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched);
131 bool matched, ok; in grep_tree() local
134 matched = false; in grep_tree()
192 matched = true; in grep_tree()
200 return (matched); in grep_tree()
258 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) in procmatches() argument
276 if (matched) { in procmatches()
495 bool lastmatched, matched; in procline() local
523 matched = false; in procline()
587 matched = true; in procline()
651 return matched; in procline()