Home
last modified time | relevance | path

Searched refs:clistlen (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/editors/
Ddiff.c302 int clistlen = 100; in stone() local
304 struct cand *clist = xzalloc(clistlen * sizeof(clist[0])); in stone()
327 if (clen == clistlen) { in stone()
328 clistlen = clistlen * 11 / 10; in stone()
329 clist = xrealloc(clist, clistlen * sizeof(clist[0])); in stone()