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

/freebsd-12-stable/usr.bin/wc/
H A Dwc.c64 static uintmax_t tlinect, twordct, tcharct, tlongline; variable
157 show_cnt("total", tlinect, twordct, tcharct, tlongline);
265 if (dolongline && llct > tlongline)
266 tlongline = llct;
332 if (dolongline && llct > tlongline)
333 tlongline = llct;

Completed in 155 milliseconds