Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dwc.c104 WC_LENGTH = 4, /* -L */ enumerator
200 if (linepos > counts[WC_LENGTH]) { in wc_main()
201 counts[WC_LENGTH] = linepos; in wc_main()
223 if (totals[WC_LENGTH] < counts[WC_LENGTH]) { in wc_main()
224 totals[WC_LENGTH] = counts[WC_LENGTH]; in wc_main()
226 totals[WC_LENGTH] -= counts[WC_LENGTH]; in wc_main()