Searched defs:HSHSIZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h540 * Xhash is an array of HSHSIZ bits (HSHSIZ / 8 chars), which are used
552 #define HSHSIZ (32*1024) /* 4k bytes */ macro
553 #define HSHMASK (HSHSIZ - 1)
562 char xhash[HSHSIZ / 8];
563 char xhash2[HSHSIZ / 8];

Completed in 75 milliseconds