Lines Matching full:matched
69 static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched);
94 * The last pattern matched wins exclusion/inclusion in file_matching()
113 * The last pattern matched wins exclusion/inclusion in dir_matching()
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()
281 /* XXX TODO: Decrement by number of matched lines */ in procmatches()
495 bool lastmatched, matched; in procline() local
523 matched = false; in procline()
570 * matched once, then we should try the pattern in procline()
587 matched = true; in procline()
651 return matched; in procline()