comet2cmd          17 src/struct.c   static const COMET2CMD comet2cmd[] = {
comet2cmd          61 src/struct.c   static int comet2cmdsize = ARRAYSIZE(comet2cmd);
comet2cmd         120 src/struct.c           p->cmd = &comet2cmd[i];
comet2cmd         122 src/struct.c               hashval = hash_cmdtype(comet2cmd[i].name, comet2cmd[i].type);
comet2cmd         124 src/struct.c               hashval = hash_code(comet2cmd[i].code);