HASHKEY
#define HASHKEY(x) ((int)((unsigned int)(x) % MAXUSERS))
#define HASHKEY(pgno) ((pgno - 1) % HASHSIZE)