Searched refs:linelim (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c343 * It is a 0-origin array that represents linelim-gapsize lines.
344 * line[0 .. gap-1] and line[gap+gapsize .. linelim-1] hold pointers to lines.
351 static size_t gap, gapsize, linelim; variable
359 if (linelim-gapsize < n)
363 !linelim ?
364 tnalloc(Iptr_type, linelim = gapsize = 1024)
366 gap = gapsize = linelim,
367 trealloc(Iptr_type, line, linelim <<= 1)
385 if (linelim-gapsize < l || l < n)
417 for (p+=gapsize, lim=l+linelim;
[all...]
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c1273 struct line *linelim = buffer_linelim (buf); local
1274 struct line *line = linelim - buf->nlines;
1275 size_t avail = (char *) linelim - buf->nlines * line_bytes - ptr;
2272 struct line const *linelim = buffer_linelim (&buffer[i]); local
2273 cur[i] = linelim - 1;
2274 base[i] = linelim - buffer[i].nlines;
2351 struct line const *linelim = buffer_linelim (&buffer[ord[0]]); local
2352 cur[ord[0]] = linelim - 1;
2353 base[ord[0]] = linelim - buffer[ord[0]].nlines;

Completed in 51 milliseconds