hash_code 84 src/struct.c unsigned hash_code(WORD code); hash_code 135 src/struct.c hashval = hash_code(comet2cmd[i].code); hash_code 204 src/struct.c for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t->next) { hash_code 221 src/struct.c for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t->next) { hash_code 238 src/struct.c for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t->next) {