hash_code          83 src/struct.c   unsigned hash_code(WORD code);
hash_code         124 src/struct.c               hashval = hash_code(comet2cmd[i].code);
hash_code         193 src/struct.c       for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t->next) {
hash_code         210 src/struct.c       for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t->next) {
hash_code         227 src/struct.c       for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t->next) {