Go to the source code of this file.
Defines |
| #define | lint |
Functions |
| static __inline int do_hash | PROTO ((unsigned char *, int, int)) |
| struct hash_table * | new_hash () |
| static __inline int | do_hash (unsigned char *name, int len, int size) |
| void | add_hash (struct hash_table *table, unsigned char *name, int len, unsigned char *pointer) |
| void | delete_hash_entry (struct hash_table *table, unsigned char *name, int len) |
| unsigned char * | hash_lookup (struct hash_table *table, unsigned char *name, int len) |