Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c77 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
80 struct ignore *ignore[HSHSIZE];/* Pointer to ignored fields */
126 struct ignore *retain[HSHSIZE];/* Pointer to retained fields */
155 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.c547 for (h = 0, s = 1; h < HSHSIZE; h++) in set()
551 for (h = 0, p = ap; h < HSHSIZE; h++) in set()
614 for (h = 0, s = 1; h < HSHSIZE; h++) in group()
618 for (h = 0, p = ap; h < HSHSIZE; h++) in group()
H A Dvars.c244 return(h % HSHSIZE); in hash()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h113 extern struct ignore *retain[HSHSIZE]; /* Pointer to retained fields */
H A Ddef.h84 #define HSHSIZE 59 /* Hash size for aliases and vars */ macro