Home | History | Annotate | Download | only in diff

Lines Matching refs:lengths

89   size_t *lengths[2];		/* Line lengths (including newlines, if any) */
99 size_t *lengths[3]; /* Line lengths (including newlines, if any) */
121 ((diff)->lengths[filenum][linenum])
129 ((diff)->lengths[filenum])
1100 bptr->lengths[0] = bptr->lengths[1] = 0;
1138 bptr->lengths[0] = ALLOCATE (numlines, size_t);
1142 &(bptr->lengths[0][i]),
1161 bptr->lengths[1] = ALLOCATE (numlines, size_t);
1165 &(bptr->lengths[1][i]),
1914 if (p->lengths[0]) free(p->lengths[0]);
1915 if (p->lengths[1]) free(p->lengths[1]);
1933 if (p->lengths[0]) free(p->lengths[0]);
1934 if (p->lengths[1]) free(p->lengths[1]);
1935 if (p->lengths[2]) free(p->lengths[2]);