Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcslex.c210 #ifndef hshsize
211 # define hshsize 511 macro
214 static struct hshentry *hshtab[hshsize]; /*hashtable */
247 ihash %= hshsize;
279 for (c = hshsize; 0 <= --c; ) { in Lexinit()