hash_cmdtype       78 src/struct.c   unsigned hash_cmdtype(const char *cmd, CMDTYPE type);
hash_cmdtype      122 src/struct.c               hashval = hash_cmdtype(comet2cmd[i].name, comet2cmd[i].type);
hash_cmdtype      159 src/struct.c       for(p = cmdtab[HASH_CMDTYPE][hash_cmdtype(cmd, type)]; p != NULL; p = p->next) {