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

  /src/external/gpl2/diffutils/dist/src/
diff3.c 83 struct diff_block {
87 struct diff_block *next;
189 static enum diff_type process_diff_control (char **, struct diff_block *);
195 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);
197 static struct diff3_block *using_to_diff3_block (struct diff_block *[2], struct diff_block *[2], int, int, struct diff3_block const *);
198 static struct diff_block *process_diff (char const *, char const *, struct diff_block **);
245 struct diff_block *thread0, *thread1, *last_block
82 struct diff_block { struct
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 86 struct diff_block {
90 struct diff_block *next;
201 static enum diff_type process_diff_control PARAMS((char **, struct diff_block *));
209 static struct diff3_block *make_3way_diff PARAMS((struct diff_block *, struct diff_block *));
211 static struct diff3_block *using_to_diff3_block PARAMS((struct diff_block *[2], struct diff_block *[2], int, int, struct diff3_block const *));
212 static struct diff_block *process_diff PARAMS((char const *, char const *, struct diff_block **, char **));
221 static void free_diff_blocks PARAMS((struct diff_block *));
85 struct diff_block { struct
    [all...]

Completed in 29 milliseconds