Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h529 #define HSHSIZ (32*1024) /* 4k bytes */ macro
530 #define HSHMASK (HSHSIZ - 1)
539 extern char xhash[HSHSIZ / 8];
540 extern char xhash2[HSHSIZ / 8];
H A Dsh.exec.c31 char xhash[HSHSIZ / 8];
404 for (cnt = 0; cnt < (HSHSIZ / 8); cnt++) in dohash()
H A Dsh.dir.c39 char xhash2[HSHSIZ / 8];