Home
last modified time | relevance | path

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

/minix3/minix/usr.bin/diff/
H A Ddiffreg.c218 static int clistlen; /* the length of clist */ variable
429 clistlen = 100; in diffreg()
430 clist = xcalloc(clistlen, sizeof(*clist)); in diffreg()
700 if (clen == clistlen) { in newcand()
701 clistlen = clistlen * 11 / 10; in newcand()
702 clist = xrealloc(clist, clistlen, sizeof(*clist)); in newcand()