Lines Matching refs:matches
210 LIST_PREPEND(matches, p->matches, m); in match_new()
218 while (m->matches) in match_free()
219 match_free(m->matches); in match_free()
222 LIST_REMOVE(matches, m->parent->matches, m); in match_free()
229 if (!m || m->matches) in match_free_if_empty()
280 LIST_FOREACH(matches, l3, j->level2->matches) { in sd_journal_add_match()
283 LIST_FOREACH(matches, l4, l3->matches) { in sd_journal_add_match()
344 if (!j->level1->matches) in sd_journal_add_conjunction()
366 if (!j->level2->matches) in sd_journal_add_disjunction()
383 LIST_FOREACH(matches, i, m->matches) { in match_make_string()
522 LIST_FOREACH(matches, i, m->matches) { in next_for_match()
544 if (!m->matches) in next_for_match()
547 r = next_for_match(j, m->matches, f, after_offset, direction, NULL, &np); in next_for_match()
552 last_moved = m->matches; in next_for_match()
554 LIST_LOOP_BUT_ONE(matches, i, m->matches, last_moved) { in next_for_match()
638 LIST_FOREACH(matches, i, m->matches) { in find_location_for_match()
672 if (!m->matches) in find_location_for_match()
675 LIST_FOREACH(matches, i, m->matches) { in find_location_for_match()