Lines Matching full:lines

31   /* No changes: lines common to both files.  */
34 /* Deletes only: lines taken from just the first file. */
37 /* Inserts only: lines taken from just the second file. */
40 /* Both deletes and inserts: a hunk containing both old and new lines. */
60 /* Output the differences with lines of context before and after (-c). */
72 /* Like -f, but output a count of changed lines in each "command" (-n). */
91 /* Number of lines of context to show in each set of diffs.
99 /* Number of lines to keep in identical prefix and suffix. */
118 /* Ignore changes that affect only blank lines (-B). */
134 /* Regexp to identify function-header lines (-F). */
137 /* Ignore changes that affect only lines matching this regexp (-I). */
143 /* Expand tabs in the output so the text lines up properly
169 /* Line formats for unchanged, old, and new lines. */
175 /* Tell OUTPUT_SDIFF to show only the left version of common lines. */
178 /* Tell OUTPUT_SDIFF to not show common lines. */
197 /* Don't discard lines. This makes things slower (sometimes much
208 Each `struct change' represents one place where some lines are deleted
211 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
212 DELETED is the number of lines deleted here from file 0.
213 INSERTED is the number of lines inserted here in file 1.
221 lin inserted; /* # lines of file 1 changed here. */
222 lin deleted; /* # lines of file 0 changed here. */
247 /* Array of pointers to lines in the file. */
259 /* Count of lines in the prefix.
260 There are this many lines in the file before linbuf[0]. */
272 the elements for discarded lines have been squeezed out. */
275 /* Vector mapping virtual line numbers (not counting discarded lines)
276 to real ones (counting those lines). Both are origin-0. */
279 /* Total number of nondiscarded lines. */