Home
last modified time | relevance | path

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

/coreutils/src/
Duniq.c400 uintmax_t match_count = 0; in check_file() local
422 match_count += match; in check_file()
424 if (match_count == UINTMAX_MAX) in check_file()
428 match_count--; in check_file()
435 if (match_count) /* a previous match */ in check_file()
438 else if (match_count == 1) in check_file()
449 writeline (prevline, match, match_count); in check_file()
454 match_count = 0; in check_file()
458 writeline (prevline, false, match_count); in check_file()