Path: utzoo!utgpu!water!watmath!clyde!rutgers!umd5!purdue!i.cc.purdue.edu!j.cc.purdue.edu!h.cc.purdue.edu!s.cc.purdue.edu!rsk From: rsk@s.cc.purdue.edu (Frozen Wombat) Newsgroups: comp.unix.wizards Subject: How to increase wordlist size in spell? (4.3BSD) Keywords: spell, wordlist, hash Message-ID: <1921@s.cc.purdue.edu> Date: 12 Jan 88 20:48:39 GMT Organization: Purdue Computing Center Unix Systems Staff Lines: 47 I've recently tripled the size of the wordlist used by spell, and now I'm running into problems with it; I strongly suspect that I'll have to change some of the constants used to hash the wordlist, but I haven't been able to nail down precisely what to do. Here is what I believe to be the relevant code from spell.h: #else (if unix is defined) #define SHIFT 4 #define TABSIZE 25000 /*(int)(400000/(1<