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

  /src/usr.bin/diff3/
diff3.c 156 static void edscript(int) __dead;
406 edscript(j);
590 edscript(int n) function
  /src/external/gpl2/diffutils/dist/src/
diff3.c 159 static bool edscript;
325 edscript = incompat & ~merge; /* -AeExX3 without -m implies ed script. */
361 edscript), prefer file2 as the common file. */
363 common = 2 - (edscript | merge);
400 if (edscript)
1314 if (edscript)
1321 if (edscript)
157 static bool edscript; variable
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 168 static int edscript;
350 edscript = incompat & ~merge; /* -AeExX3 without -m implies ed script. */
383 way diff (not a merge or edscript) then use the old way with
388 if (edscript || merge )
480 if (edscript)
1405 if (! edscript)
1891 edscript = 0;
166 static int edscript; variable

Completed in 193 milliseconds