Home
last modified time | relevance | path

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

/coreutils/src/
Duniq.c60 enum countmode enum
68 static enum countmode countmode; variable
309 if (countmode == count_occurrences) in writeline()
354 if (output_unique && output_first_repeated && countmode == count_none) in check_file()
503 countmode = count_none; in main()
570 countmode = count_occurrences; in main()
648 if (grouping != GM_NONE && countmode != count_none) in main()
655 if (countmode == count_occurrences && output_later_repeated) in main()