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()
183 matched = true; in grep_tree()
191 return (matched); in grep_tree()
249 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) in procmatches() argument
267 if (matched) { in procmatches()
486 bool lastmatched, matched; in procline() local
514 matched = false; in procline()
578 matched = true; in procline()
642 return matched; in procline()