Lines Matching refs:POINTER
60 typedef char *POINTER; typedef
106 static unsigned int hashm(POINTER);
107 static unsigned int hash2m(POINTER);
142 static unsigned int crunch(POINTER);
243 POINTER local_table; in hdestroy()
264 local_table = (POINTER)table; in hdestroy()
389 POINTER a; in compare()
390 POINTER b;
479 POINTER key; /* Key to be hashed */ in hashd()
493 hashm(POINTER key) /* Multiplication hashing scheme */ in hashm()
505 hash2m(POINTER key) /* Secondary hashing routine */ in hash2m()
515 crunch(POINTER key) /* Convert multicharacter key to unsigned int */ in crunch()