Lines Matching defs:lines

74   char **lines[2];		/* The actual lines (may contain nulls) */
84 char **lines[3]; /* The actual lines (may contain nulls) */
101 ((diff)->lines[filenum][linenum])
107 ((diff)->lines[filenum])
142 preserve the lines which would normally be deleted from
146 /* Use a tab to align output lines (-T). */
508 Same number of lines? If so, do a set of memcmp's (if
664 /* Set up corresponding lines correctly. */
679 in the calling routine. This is used for lines mappings that
765 /* Catch the lines between here and the next diff */
900 /* Compare two lists of lines of text.
935 / MIN (sizeof *bptr->lines[1],
946 bptr->lines[0] = bptr->lines[1] = 0;
978 /* Allocate space for the pointers for the lines from filea, and
985 bptr->lines[0] = xmalloc (numlines * sizeof *bptr->lines[0]);
989 &(bptr->lines[0][i]),
1003 /* Allocate space for the pointers for the lines from fileb, and
1010 bptr->lines[1] = xmalloc (numlines * sizeof *bptr->lines[1]);
1014 &(bptr->lines[1][i]),
1162 *ap++ = "--horizon-lines=100";
1198 char const args[] = " --horizon-lines=100 -- ";
1428 /* Output to OUTPUTFILE the lines of B taken from FILENUM. Double any
1456 and continuing for NUM lines. (START is long int, not lin, for
1536 /* Append lines from FILE1. */
1540 /* Append lines from FILE2. */
1557 /* Prepend lines from FILE1. */
1599 data or incomplete lines.
1639 /* Copy I lines from file 0. */
1663 /* Put in lines from FILE0 with bracket. */
1674 /* Put in lines from FILE1 with bracket. */
1686 /* Put in lines from FILE2. */
1696 /* Skip I lines in file 0. */