HomeSort by: relevance | last modified time | path
    Searched defs:edoffset (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/diff/
diffreg.c 214 static int edoffset; variable
1169 if (edoffset != 0 && diff_format == D_EDIT) {
1171 * A non-zero edoffset value for D_EDIT indicates that the last line
1178 printf("%ds/.//\n", a + edoffset - 1);
1179 b = a + edoffset - 1;
1181 c += edoffset;
1197 edoffset = 0;
1284 * edoffset to an offset from which to restart. The
1285 * caller must check the value of edoffset
1288 edoffset = i - a + 1
    [all...]

Completed in 18 milliseconds