HomeSort by: relevance | last modified time | path
    Searched defs:corresponding (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
analyze.c 629 lin runlength, start, corresponding;
632 Also keep track of the corresponding point in the other file. */
673 /* Set CORRESPONDING to the end of the changed run, at the last
675 CORRESPONDING == I_END means no such point has been found. */
676 corresponding = other_changed[j - 1] ? i : i_end;
691 corresponding = i;
697 back to a corresponding run in the other file. */
699 while (corresponding < i)
626 lin runlength, start, corresponding; local
  /src/external/gpl2/xcvs/dist/diff/
analyze.c 642 int runlength, start, corresponding;
645 Also keep track of the corresponding point in the other file. */
686 /* Set CORRESPONDING to the end of the changed run, at the last
688 CORRESPONDING == I_END means no such point has been found. */
689 corresponding = other_changed[j - 1] ? i : i_end;
704 corresponding = i;
710 back to a corresponding run in the other file. */
712 while (corresponding < i)
639 int runlength, start, corresponding; local

Completed in 64 milliseconds