Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dglob.h68 extern struct var *variables[HSHSIZE]; /* Pointer to active var list */
69 extern struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
Ddef.h64 #define HSHSIZE 59 /* Hash size for aliases and vars */ macro
224 } *i_head[HSHSIZE];
Dmain.c66 struct var *variables[HSHSIZE]; /* Pointer to active var list */
67 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
Dcmd3.c374 for (h = 0, s = 1; h < HSHSIZE; h++) in set()
378 for (h = 0, p = ap; h < HSHSIZE; h++) in set()
459 for (h = 0, s = 1; h < HSHSIZE; h++) in group()
463 for (h = 0, p = ap; h < HSHSIZE; h++) in group()
Dvars.c183 return(h % HSHSIZE); in hash()
Dcmd2.c424 for (h = 0; h < HSHSIZE; h++) in igshow()