HSHSIZE
for (h = 0; h < HSHSIZE; h++)
for (h = 0, s = 1; h < HSHSIZE; h++)
for (h = 0, p = ap; h < HSHSIZE; h++)
for (h = 0, s = 1; h < HSHSIZE; h++)
for (h = 0, p = ap; h < HSHSIZE; h++)
} *i_head[HSHSIZE];
extern struct var *variables[HSHSIZE]; /* Pointer to active var list */
extern struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
struct var *variables[HSHSIZE]; /* Pointer to active var list */
struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
return(h % HSHSIZE);