Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.h552 #define HSHSIZ (32*1024) /* 4k bytes */ macro
553 #define HSHMASK (HSHSIZ - 1)
562 char xhash[HSHSIZ / 8];
563 char xhash2[HSHSIZ / 8];
H A Dsh.exec.c389 for (cnt = 0; cnt < (HSHSIZ / 8); cnt++) in dohash()