Searched refs:newcount (Results 1 – 1 of 1) sorted by relevance
3212 long oldline, oldcount, newline, newcount; in parse_diff_unified() local3233 newcount = getdigits(&p); in parse_diff_unified()3236 newcount = 1; in parse_diff_unified()3243 if (newcount == 0) in parse_diff_unified()3251 *count_new = newcount; in parse_diff_unified()