Home
last modified time | relevance | path

Searched refs:count_matched_lines (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2grep.c2529 long int count_matched_lines = 0; in pcre2grep() local
2593 if (count_limit >= 0 && count_matched_lines >= count_limit) in pcre2grep()
3138 if (line_matched) count_matched_lines++; in pcre2grep()