Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dinit.c79 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
82 struct ignore *ignore[HSHSIZE];/* Pointer to ignored fields */
128 struct ignore *retain[HSHSIZE];/* Pointer to retained fields */
157 struct var *variables[HSHSIZE]; /* Pointer to active var list */
H A Dcmd2.c652 for (h = 0; h < HSHSIZE; h++) in retshow()
661 for (h = 0; h < HSHSIZE; h++) in retshow()
682 for (h = 0; h < HSHSIZE; h++) { in unretfield()
763 for (h = 0; h < HSHSIZE; h++) in igshow()
772 for (h = 0; h < HSHSIZE; h++) in igshow()
802 for (h = 0; h < HSHSIZE; h++) { in unigfield()
H A Dcmd3.c549 for (h = 0, s = 1; h < HSHSIZE; h++) in set()
553 for (h = 0, p = ap; h < HSHSIZE; h++) in set()
616 for (h = 0, s = 1; h < HSHSIZE; h++) in group()
620 for (h = 0, p = ap; h < HSHSIZE; h++) in group()
H A Dvars.c246 return(h % HSHSIZE); in hash()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dglob.h113 extern struct ignore *retain[HSHSIZE]; /* Pointer to retained fields */
H A Ddef.h83 #define HSHSIZE 59 /* Hash size for aliases and vars */ macro