Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/grep/dist/src/
H A Ddosbuf.c66 if (totalcc == 0) in undossify_input()
133 (*buf == '\n' ? destp + 1 : destp ) - bufbeg + totalcc; in undossify_input()
138 dos_pos_map[inp_map_idx].pos = destp - bufbeg + totalcc + 1; in undossify_input()
H A Dgrep.c469 static uintmax_t totalcc; /* Total character count before bufbeg. */ variable
539 uintmax_t pos = add_count (totalcc, beg - bufbeg); in prline()
793 totalcc = 0; in grep()
873 totalcc = add_count (totalcc, buflim - bufbeg - save); in grep()
/netbsd-src/external/gpl2/grep/dist/
H A DChangeLog683 * src/grep.c (totalcc, totalnl): Use uintmax_t, not off_t.
1741 (totalcc, totalnl): Now of type off_t.