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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exec.c118 * Xhash is an array of HSHSIZ bits (HSHSIZ / 8 chars), which are used
126 # define HSHSIZ 8192 /* 1k bytes */ macro
127 # define HSHMASK (HSHSIZ - 1)
129 static char xhash[HSHSIZ / BITS_PER_BYTE];

Completed in 90 milliseconds