Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dwc.c101 WC_WORDS = 1, /* -w */ enumerator
126 print_type = (1 << WC_LINES) | (1 << WC_WORDS) | (1 << WC_BYTES); in wc_main()
214 counts[WC_WORDS] += in_word; in wc_main()