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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c531 static uintmax_t totalcc; /* Total character count before bufbeg. */ variable
601 uintmax_t pos = add_count (totalcc, beg - bufbeg);
834 totalcc = 0;
914 totalcc = add_count (totalcc, buflim - bufbeg - save);

Completed in 28 milliseconds