Home | History | Annotate | Download | only in sdiff

Lines Matching defs:file1ln

65 size_t	 file1ln, file2ln;	/* line number of file1 and file2 */
322 file1ln = file2ln = 1;
666 for (; file1ln < file1start && file2ln < file2start;
667 ++file1ln, ++file2ln) {
693 for (; file1ln < file1start; ++file1ln) {
921 * Print lines following a (c)hange command, from file1ln to file1end
934 for (; file1ln <= file1end; ++file1ln) {
995 * Print deleted lines from file, from file1ln to file1end.
1002 /* Print out lines file1ln to line2. */
1003 for (; file1ln <= file1end; ++file1ln) {