Searched refs:totalcc (Results 1 – 3 of 3) sorted by relevance
66 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()
469 static uintmax_t totalcc; /* Total character count before bufbeg. */ variable539 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()
683 * src/grep.c (totalcc, totalnl): Use uintmax_t, not off_t.1741 (totalcc, totalnl): Now of type off_t.