HASHSZ            149 scripts/basic/fixdep.c static struct item *hashtab[HASHSZ];
HASHSZ            168 scripts/basic/fixdep.c 	for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) {
HASHSZ            190 scripts/basic/fixdep.c 	aux->next = hashtab[hash % HASHSZ];
HASHSZ            191 scripts/basic/fixdep.c 	hashtab[hash % HASHSZ] = aux;
HASHSZ            202 scripts/basic/fixdep.c 	for (i = 0; i < HASHSZ; i++) {