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

/freebsd-current/usr.bin/diff/
H A Ddiffreg.c211 static int edoffset; variable
1221 if (edoffset != 0 && diff_format == D_EDIT) {
1223 * A non-zero edoffset value for D_EDIT indicates that the last line
1230 printf("%ds/.//\n", a + edoffset - 1);
1231 b = a + edoffset - 1;
1233 c += edoffset;
1249 edoffset = 0;
1345 * edoffset to an offset from which to restart. The
1346 * caller must check the value of edoffset
1349 edoffset
[all...]

Completed in 63 milliseconds