type 16 include/hash.h UTYPE type; /**<ハッシュ値の元データのデータ型 */ type 117 include/struct.h CMDTYPE type; /**<命令タイプ */ type 219 include/struct.h WORD getcmdcode(const char *cmd, CMDTYPE type); type 230 include/struct.h WORD getcmdwordlen(const char *cmd, CMDTYPE type); type 11 src/hash.c switch(keyv[i]->type) { type 55 src/label.c key->type = CHARS; type 22 src/monitor.c key[0]->type = INT; type 79 src/struct.c unsigned hash_cmdtype(const char *cmd, CMDTYPE type); type 99 src/struct.c unsigned hash_cmdtype(const char *cmd, CMDTYPE type) type 106 src/struct.c keys[0]->type = CHARS; type 110 src/struct.c keys[1]->type = INT; type 111 src/struct.c keys[1]->val.i = (int)(type & 070); type 133 src/struct.c hashval = hash_cmdtype(comet2cmd[i].name, comet2cmd[i].type); type 164 src/struct.c WORD getcmdcode(const char *cmd, CMDTYPE type) type 170 src/struct.c for(p = cmdtab[HASH_CMDTYPE][hash_cmdtype(cmd, type)]; p != NULL; p = p->next) { type 171 src/struct.c if(strcmp(cmd, p->cmd->name) == 0 && type == p->cmd->type) { type 183 src/struct.c WORD getcmdwordlen(const char *cmd, CMDTYPE type) type 189 src/struct.c for(p = cmdtab[HASH_CMDTYPE][hash_cmdtype(cmd, type)]; p != NULL; p = p->next) { type 190 src/struct.c if(strcmp(cmd, p->cmd->name) == 0 && type == p->cmd->type) { type 208 src/struct.c keys[0]->type = INT; type 238 src/struct.c CMDTYPE type = NONE; type 242 src/struct.c type = t->cmd->type; type 246 src/struct.c return type;