Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcregrep.c185 static BOOL count_only = FALSE; variable
1701 else if (count_only) count++; in pcregrep()
2075 if (!show_only_matching && !count_only) in pcregrep()
2092 if (count_only && !quiet) in pcregrep()
2391 case 'c': count_only = TRUE; break; in handle_option()