Home
last modified time | relevance | path

Searched refs:scan_diff (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Ddiff3.c1082 char *scan_diff; local
1088 scan_diff = *diff_contents;
1092 while (scan_diff < diff_limit)
1099 if (dt == ERROR || *scan_diff != '\n')
1103 for (serr = scan_diff; *serr != '\n'; serr++)
1106 diff_error ("diff error: %s", scan_diff, 0);
1110 scan_diff++;
1136 scan_diff = scan_diff_line (scan_diff,
1146 if (strncmp (scan_diff, "---\n", 4))
1148 scan_diff += 4;
[all …]
/dports/textproc/diffutils/diffutils-3.8/src/
H A Ddiff3.c999 char *scan_diff; in process_diff() local
1011 scan_diff = diff_contents; in process_diff()
1013 while (scan_diff < diff_limit) in process_diff()
1020 if (dt == ERROR || *scan_diff != '\n') in process_diff()
1025 putc (*scan_diff, stderr); in process_diff()
1027 while (*scan_diff++ != '\n'); in process_diff()
1030 scan_diff++; in process_diff()
1058 scan_diff = scan_diff_line (scan_diff, in process_diff()
1068 if (strncmp (scan_diff, "---\n", 4)) in process_diff()
1070 scan_diff += 4; in process_diff()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/format-diff/
H A Dmain.rs83 let (files, ranges) = scan_diff(io::stdin(), opts.skip_prefix, &opts.filter)?; in run()
120 fn scan_diff<R>( in scan_diff() function
191 let (files, ranges) = scan_diff(DIFF.as_bytes(), 1, r".*\.rs").expect("scan_diff failed?"); in scan_simple_git_diff()
/dports/security/nmap/nmap-7.91/ndiff/
H A Dndifftest.py707 self.scan_diff = ScanDiffXML(a, b, f)
708 self.scan_diff.output()
/dports/misc/mc-nox11/mc-4.8.27/src/diffviewer/
H A Dydiff.c761 scan_diff (FBUF * f, GArray * ops) in scan_diff() function
833 rv = scan_diff (f, ops); in dff_execute()
/dports/misc/mc/mc-4.8.27/src/diffviewer/
H A Dydiff.c761 scan_diff (FBUF * f, GArray * ops) in scan_diff() function
833 rv = scan_diff (f, ops); in dff_execute()