type               16 include/hash.h     UTYPE type;                 /**<ハッシュ値の元データのデータ型 */
type              114 include/struct.h     CMDTYPE type;               /**<命令タイプ */
type              193 include/struct.h WORD getcmdcode(const char *cmd, CMDTYPE type);
type               11 src/hash.c             switch(keyv[i]->type) {
type               55 src/label.c        key->type = CHARS;
type               18 src/monitor.c      key[0]->type = INT;
type               78 src/struct.c   unsigned hash_cmdtype(const char *cmd, CMDTYPE type);
type               88 src/struct.c   unsigned hash_cmdtype(const char *cmd, CMDTYPE type)
type               95 src/struct.c       keys[0]->type = CHARS;
type               99 src/struct.c       keys[1]->type = INT;
type              100 src/struct.c       keys[1]->val.i = (int)(type & 070);
type              122 src/struct.c               hashval = hash_cmdtype(comet2cmd[i].name, comet2cmd[i].type);
type              153 src/struct.c   WORD getcmdcode(const char *cmd, CMDTYPE type)
type              159 src/struct.c       for(p = cmdtab[HASH_CMDTYPE][hash_cmdtype(cmd, type)]; p != NULL; p = p->next) {
type              160 src/struct.c           if(strcmp(cmd, p->cmd->name) == 0 && type == p->cmd->type) {
type              178 src/struct.c       keys[0]->type = INT;
type              208 src/struct.c       CMDTYPE type = NONE;
type              212 src/struct.c               type = t->cmd->type;
type              216 src/struct.c       return type;
type               12 test/unit/getcmdcode/cmd.c         CMDTYPE type;
type               32 test/unit/getcmdcode/cmd.c         code = getcmdcode(cmdcodelist[i].cmd, cmdcodelist[i].type);
type               33 test/unit/getcmdcode/cmd.c         printf("%s:0%02o ---> #%04X\n", cmdcodelist[i].cmd, cmdcodelist[i].type, code);
type               15 test/unit/hash/cmd.c         keys[i]->type = CHARS;
type               30 test/unit/hash/cmd.c         keys[i]->type = INT;
type               46 test/unit/hash/cmd.c         keys[cnt]->type = CHARS;
type               51 test/unit/hash/cmd.c         keys[cnt]->type = INT;