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

/freebsd-current/contrib/tcsh/
H A Dsh.exec.c114 * Xhash is an array of HSHSIZ bits (HSHSIZ / 8 chars), which are used
122 # define HSHSIZ 8192 /* 1k bytes */ macro
123 # define HSHMASK (HSHSIZ - 1)
125 static char xhash[HSHSIZ / BITS_PER_BYTE];

Completed in 97 milliseconds