Home | History | Annotate | Download | only in pending

Lines Matching refs:suff

59   long a, b, c, d, prev, suff;
590 if (i == x + 1) ptr1->suff = MAX(1,a - TT.ct);
593 ptr1->suff = (ptr1 - 1)->prev + 1;
594 else ptr1->suff = ptr1->a - TT.ct;
604 start1 = (ptr2->prev - ptr1->suff + 1);
606 start2 = MAX(1, ptr1->c - (ptr1->a - ptr1->suff));
609 printf("@@ -%ld", start1 ? ptr1->suff: (ptr1->suff -1));
610 if (end1 != -1) printf(",%ld ", ptr2->prev-ptr1->suff + 1);
619 if (t== ptr1) print_diff(t->suff, t->a-1, ' ', TT.offset[0], file[0].fp);