Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/diff/
H A Dio.c64 static int equivs_alloc; variable
205 int eqs_alloc = equivs_alloc;
380 equivs_alloc = eqs_alloc;
689 equivs_alloc = filevec[0].alloc_lines + filevec[1].alloc_lines + 1;
690 equivs = (struct equivclass *) xmalloc (equivs_alloc * sizeof (struct equivclass));
695 for (i = 0; primes[i] < equivs_alloc / 3; i++)