<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>type</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2426.html#L16'>type</a> 16 include/hash.h UTYPE type; /**<ハッシュ値の元データのデータ型 */</span> <span class='curline'><a href='../S/2417.html#L114'>type</a> 114 include/struct.h CMDTYPE type; /**<命令タイプ */</span> <span class='curline'><a href='../S/2417.html#L193'>type</a> 193 include/struct.h WORD getcmdcode(const char *cmd, CMDTYPE type);</span> <span class='curline'><a href='../S/2830.html#L11'>type</a> 11 src/hash.c switch(keyv[i]->type) {</span> <span class='curline'><a href='../S/2836.html#L55'>type</a> 55 src/label.c key->type = CHARS;</span> <span class='curline'><a href='../S/2804.html#L18'>type</a> 18 src/monitor.c key[0]->type = INT;</span> <span class='curline'><a href='../S/2856.html#L78'>type</a> 78 src/struct.c unsigned hash_cmdtype(const char *cmd, CMDTYPE type);</span> <span class='curline'><a href='../S/2856.html#L88'>type</a> 88 src/struct.c unsigned hash_cmdtype(const char *cmd, CMDTYPE type)</span> <span class='curline'><a href='../S/2856.html#L95'>type</a> 95 src/struct.c keys[0]->type = CHARS;</span> <span class='curline'><a href='../S/2856.html#L99'>type</a> 99 src/struct.c keys[1]->type = INT;</span> <span class='curline'><a href='../S/2856.html#L100'>type</a> 100 src/struct.c keys[1]->val.i = (int)(type & 070);</span> <span class='curline'><a href='../S/2856.html#L122'>type</a> 122 src/struct.c hashval = hash_cmdtype(comet2cmd[i].name, comet2cmd[i].type);</span> <span class='curline'><a href='../S/2856.html#L153'>type</a> 153 src/struct.c WORD getcmdcode(const char *cmd, CMDTYPE type)</span> <span class='curline'><a href='../S/2856.html#L159'>type</a> 159 src/struct.c for(p = cmdtab[HASH_CMDTYPE][hash_cmdtype(cmd, type)]; p != NULL; p = p->next) {</span> <span class='curline'><a href='../S/2856.html#L160'>type</a> 160 src/struct.c if(strcmp(cmd, p->cmd->name) == 0 && type == p->cmd->type) {</span> <span class='curline'><a href='../S/2856.html#L178'>type</a> 178 src/struct.c keys[0]->type = INT;</span> <span class='curline'><a href='../S/2856.html#L208'>type</a> 208 src/struct.c CMDTYPE type = NONE;</span> <span class='curline'><a href='../S/2856.html#L212'>type</a> 212 src/struct.c type = t->cmd->type;</span> <span class='curline'><a href='../S/2856.html#L216'>type</a> 216 src/struct.c return type;</span> <span class='curline'><a href='../S/944.html#L12'>type</a> 12 test/unit/getcmdcode/cmd.c CMDTYPE type;</span> <span class='curline'><a href='../S/944.html#L32'>type</a> 32 test/unit/getcmdcode/cmd.c code = getcmdcode(cmdcodelist[i].cmd, cmdcodelist[i].type);</span> <span class='curline'><a href='../S/944.html#L33'>type</a> 33 test/unit/getcmdcode/cmd.c printf("%s:0%02o ---> #%04X\n", cmdcodelist[i].cmd, cmdcodelist[i].type, code);</span> <span class='curline'><a href='../S/954.html#L15'>type</a> 15 test/unit/hash/cmd.c keys[i]->type = CHARS;</span> <span class='curline'><a href='../S/954.html#L30'>type</a> 30 test/unit/hash/cmd.c keys[i]->type = INT;</span> <span class='curline'><a href='../S/954.html#L46'>type</a> 46 test/unit/hash/cmd.c keys[cnt]->type = CHARS;</span> <span class='curline'><a href='../S/954.html#L51'>type</a> 51 test/unit/hash/cmd.c keys[cnt]->type = INT;</span> </pre> </body> </html>