Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/wc/
H A Dwc.c75 static wc_count_t tlinect, twordct, tcharct, tlongest; variable
133 print_counts(tlinect, twordct, tcharct, tlongest, in main()
320 if (dolongest && longest > tlongest) in cnt()
321 tlongest = longest; in cnt()