Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dman_hash.c29 #define HASH_DEPTH 6 macro
36 (x) *= HASH_DEPTH; \
46 static unsigned char table[26 * HASH_DEPTH];
69 for (j = 0; j < HASH_DEPTH; j++) in man_hash_init()
75 assert(j < HASH_DEPTH); in man_hash_init()
92 for (i = 0; i < HASH_DEPTH; i++) { in man_hash_find()