Home
last modified time | relevance | path

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

/freebsd/usr.bin/wc/
H A Dwc.c59 static uintmax_t tlinect, twordct, tcharct, tlongline; variable
164 show_cnt("total", tlinect, twordct, tcharct, tlongline); in main()
279 if (dolongline && llct > tlongline) in cnt()
280 tlongline = llct; in cnt()
346 if (dolongline && llct > tlongline) in cnt()
347 tlongline = llct; in cnt()