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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c536 static uintmax_t totalnl; /* Total newline count before lastnl. */ variable
565 totalnl = add_count (totalnl, newlines);
595 totalnl = add_count (totalnl, 1);
596 print_offset_sep (totalnl, sep);
836 totalnl = 0;

Completed in 53 milliseconds