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

/freebsd-13-stable/usr.bin/diff3/
H A Ddiff3.c369 * The range of lines rold.from thru rold.to in file i is to be changed.
374 change(int i, struct range *rold, bool dup) argument
378 last[i] = rold->to;
379 prange(rold);
383 skip(i, rold->from, NULL);
384 skip(i, rold->to, " ");
388 * Print the range of line numbers, rold.from thru rold.to, as n1,n2 or
392 prange(struct range *rold) argument
[all...]

Completed in 28 milliseconds