Home
last modified time | relevance | path

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

/original-bsd/old/vpr/
H A Dvpac.c52 int hcount; /* Count of hash entries */ variable
186 base = (struct hent **) calloc(sizeof hp, hcount+4); in dumpit()
187 for (ap = base, c = hcount; c--; ap++) { in dumpit()
193 qsort(base, hcount, sizeof hp, qucmp); in dumpit()
198 for (ap = base, c = hcount; c--; ap++) { in dumpit()
266 hcount++;
/original-bsd/usr.bin/struct/struct/
H A D1.hash.c136 int quo, rem, hcount, temp; local
144 for (hcount=0; (hashtab[temp] != -1L) && (hashtab[temp] != x) && (hcount<maxhash); hcount++)
146 if(hcount>=maxhash) faterr("hash table overflow - too many labels","","");
/original-bsd/usr.sbin/lpr/pac/
H A Dpac.c38 static int hcount; /* Count of hash entries */ variable
224 base = (struct hent **) calloc(sizeof hp, hcount); in dumpit()
225 for (ap = base, c = hcount; c--; ap++) { in dumpit()
231 qsort(base, hcount, sizeof hp, qucmp); in dumpit()
235 for (ap = base, c = hcount; c--; ap++) { in dumpit()
302 hcount++;
/original-bsd/sys/vax/if/
H A Dif_hy.c382 short hcount; member
387 hcl.hcount = count;