Lines Matching defs:nhash
67 static int nhash = 0;
163 fread(&nhash, sizeof (nhash), 1, fa);
165 if (nhash > maxhash) {
172 maxhash = nhash;
179 hpt = (long *)zalloc(nhash, sizeof (*hpt));
191 nhash);
192 fread(hpt, sizeof (*hpt), nhash, fa);
194 hfreq = (int *)zalloc(nhash, sizeof (*hfreq));
202 nhash);
203 frtbl = fread(hfreq, sizeof (*hfreq), nhash, fa);
204 hfrflg = (frtbl == nhash);
247 nfound = doquery(hpt, nhash, fb, nitem, qitem, masterp);