Home
last modified time | relevance | path

Searched refs:diff_block (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c82 struct diff_block { struct
86 struct diff_block *next; argument
187 static enum diff_type process_diff_control (char **, struct diff_block *);
193 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);
195 static struct diff3_block *using_to_diff3_block (struct diff_block *[2], struct diff_block *[2], in…
196 static struct diff_block *process_diff (char const *, char const *, struct diff_block **);
243 struct diff_block *thread0, *thread1, *last_block; in main()
538 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1) in make_3way_diff()
570 struct diff_block *using[2]; in make_3way_diff()
571 struct diff_block *last_using[2]; in make_3way_diff()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c85 struct diff_block { struct
89 struct diff_block *next; argument
199 static enum diff_type process_diff_control PARAMS((char **, struct diff_block *));
207 static struct diff3_block *make_3way_diff PARAMS((struct diff_block *, struct diff_block *));
209 static struct diff3_block *using_to_diff3_block PARAMS((struct diff_block *[2], struct diff_block *…
210 static struct diff_block *process_diff PARAMS((char const *, char const *, struct diff_block **, ch…
219 static void free_diff_blocks PARAMS((struct diff_block *));
265 struct diff_block *thread0, *thread1, *last_block;
645 struct diff_block *thread0, *thread1; in make_3way_diff()
677 struct diff_block
[all …]
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog2964 (struct diff_block): lengths includes newlines.