Home
last modified time | relevance | path

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

/coreutils/src/
Dwc.c309 bool count_bytes, count_chars, count_complicated; in wc() local
319 count_chars = print_chars; in wc()
324 count_chars = false; in wc()
329 if (!count_bytes || count_chars || print_lines || count_complicated) in wc()
342 if (count_bytes && !count_chars && !print_lines && !count_complicated) in wc()
398 else if (!count_chars && !count_complicated) in wc()
607 if (count_chars < print_chars) in wc()