Searched refs:diff_context_new (Results 1 – 1 of 1) sorted by relevance
2210 int diff_context_new = 6; in diffopt_changed() local2228 diff_context_new = getdigits(&p); in diffopt_changed()2341 diff_context = diff_context_new == 0 ? 1 : diff_context_new; in diffopt_changed()