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

/freebsd-current/usr.bin/wc/
H A Dwc.c57 static uintmax_t tlinect, twordct, tcharct, tlongline; variable
160 show_cnt("total", tlinect, twordct, tcharct, tlongline);
275 if (dolongline && llct > tlongline)
276 tlongline = llct;
342 if (dolongline && llct > tlongline)
343 tlongline = llct;

Completed in 68 milliseconds