Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c206 static BOOL count_only = FALSE; variable
1997 else if (count_only) count++; in pcre2grep()
2361 if (!show_only_matching && !count_only) in pcre2grep()
2378 if (count_only && !quiet) in pcre2grep()
2677 case 'c': count_only = TRUE; break; in handle_option()