• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/diff/src/

Lines Matching refs:FILE0

43 #define	FILE0	0
381 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block);
389 if (! freopen (file[rev_mapping[FILE0]], "r", stdin))
390 perror_with_exit (file[rev_mapping[FILE0]]);
520 numbering FILE0 = the other file in diff02, FILE1 = the other file
714 low[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, lowc);
715 high[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, highc);
749 D_RELNUM (result, FILE0 + d, i) = D_RELNUM (result, FILEC, i);
750 D_RELLEN (result, FILE0 + d, i) = D_RELLEN (result, FILEC, i);
760 D_LINEARRAY (result, FILE0 + d) + result_offset,
761 D_LENARRAY (result, FILE0 + d) + result_offset,
771 D_RELNUM (result, FILE0 + d, i) = D_RELNUM (result, FILEC, linec);
772 D_RELLEN (result, FILE0 + d, i) = D_RELLEN (result, FILEC, linec);
785 lin nl0 = D_NUMLINES (result, FILE0);
789 || !compare_line_list (D_LINEARRAY (result, FILE0),
790 D_LENARRAY (result, FILE0),
852 D_LOWLINE (result, FILE0) = low0;
853 D_HIGHLINE (result, FILE0) = high0;
860 numlines = D_NUMLINES (result, FILE0);
863 D_LINEARRAY (result, FILE0) = xcalloc (numlines, sizeof (char *));
864 D_LENARRAY (result, FILE0) = xcalloc (numlines, sizeof (size_t));
868 D_LINEARRAY (result, FILE0) = 0;
869 D_LENARRAY (result, FILE0) = 0;
1485 FILE0, FILE1 and FILE2 are the strings to print as the names of the
1520 low0 = D_LOWLINE (b, mapping[FILE0]);
1521 high0 = D_HIGHLINE (b, mapping[FILE0]);
1602 number, REV_MAPPING is its inverse, and FILE0, FILE1, and FILE2 are
1640 i = D_LOWLINE (b, FILE0) - linesread - 1;
1663 /* Put in lines from FILE0 with bracket. */
1666 i < D_NUMLINES (b, mapping[FILE0]);
1668 fwrite (D_RELNUM (b, mapping[FILE0], i), sizeof (char),
1669 D_RELLEN (b, mapping[FILE0], i), outputfile);
1697 i = D_NUMLINES (b, FILE0);