Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dch.c60 #define BUFHASH_SIZE 1024 macro
63 struct bufnode hashtbl[BUFHASH_SIZE];
85 #define BUFHASH(blk) ((blk) & (BUFHASH_SIZE-1))
769 for (h = 0; h < BUFHASH_SIZE; h++) in init_hashtbl()