pac.c | 66 static int hcount; /* Count of hash entries */ variable in typeref:typename:int 258 base = calloc(sizeof hp, hcount); 261 for (ap = base, c = hcount; c--; ap++) { 267 qsort(base, hcount, sizeof hp, qucmp); 273 for (ap = base, c = hcount; c--; ap++) { 342 hcount++;
|