Home
last modified time | relevance | path

Searched refs:HSHSIZE (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/mail/
H A Dglob.h65 extern struct var *variables[HSHSIZE]; /* Pointer to active var list */
66 extern struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
H A Ddef.h59 #define HSHSIZE 59 /* Hash size for aliases and vars */ macro
224 } *i_head[HSHSIZE];
H A Dmain.c69 struct var *variables[HSHSIZE];
70 struct grouphead *groups[HSHSIZE];
H A Dcmd3.c362 for (h = 0, s = 1; h < HSHSIZE; h++) in set()
366 for (h = 0, p = ap; h < HSHSIZE; h++) in set()
449 for (h = 0, s = 1; h < HSHSIZE; h++) in group()
453 for (h = 0, p = ap; h < HSHSIZE; h++) in group()
H A Dvars.c176 return (h % HSHSIZE); in hash()
H A Dcmd2.c492 for (h = 0; h < HSHSIZE; h++) in igshow()
/freebsd/usr.sbin/lpr/pac/
H A Dpac.c72 #define HSHSIZE 97 /* Number of hash buckets */ macro
81 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */
291 for (i = 0; i < HSHSIZE; i++) { in rewrite()
369 return((h & 0x7fffffff) % HSHSIZE); in hash()