Lines Matching defs:hfreq
25 int *hfreq, hfrflg;169 if (hfreq)170 free(hfreq, maxhash, sizeof (*hfreq));171 hfreq = 0;193 if (hfreq == 0)194 hfreq = (int *)zalloc(nhash, sizeof (*hfreq));195 if (hfreq == NULL)203 frtbl = fread(hfreq, sizeof (*hfreq), nhash, fa);