root/doc_inner/gnu_global/Y/70.html

/* [<][>][^][v][top][bottom][index][help] */
<!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>code</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.14' />
<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/29751.html#L118'>code</a>              118 include/struct.h     WORD code;                  /**&lt;命令コード */</span>
<span class='curline'><a href='../S/29751.html#L224'>code</a>              224 include/struct.h bool code_gr_valid(WORD code);</span>
<span class='curline'><a href='../S/29751.html#L235'>code</a>              235 include/struct.h void (*getcmdptr(WORD code));</span>
<span class='curline'><a href='../S/29751.html#L240'>code</a>              240 include/struct.h CMDTYPE getcmdtype(WORD code);</span>
<span class='curline'><a href='../S/29751.html#L245'>code</a>              245 include/struct.h char *getcmdname(WORD code);</span>
<span class='curline'><a href='../S/29751.html#L253'>code</a>              253 include/struct.h WORD code2cmdwordlen(WORD code);</span>
<span class='curline'><a href='../S/30213.html#L84'>code</a>               84 src/struct.c   unsigned hash_code(WORD code);</span>
<span class='curline'><a href='../S/30213.html#L135'>code</a>              135 src/struct.c               hashval = hash_code(comet2cmd[i].code);</span>
<span class='curline'><a href='../S/30213.html#L172'>code</a>              172 src/struct.c               w = p-&gt;cmd-&gt;code;</span>
<span class='curline'><a href='../S/30213.html#L201'>code</a>              201 src/struct.c   unsigned hash_code(WORD code)</span>
<span class='curline'><a href='../S/30213.html#L209'>code</a>              209 src/struct.c       keys[0]-&gt;val.i = (int)(code &gt;&gt; 8);</span>
<span class='curline'><a href='../S/30213.html#L218'>code</a>              218 src/struct.c   void (*getcmdptr(WORD code))</span>
<span class='curline'><a href='../S/30213.html#L223'>code</a>              223 src/struct.c       for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t-&gt;next) {</span>
<span class='curline'><a href='../S/30213.html#L224'>code</a>              224 src/struct.c           if(code == t-&gt;cmd-&gt;code) {</span>
<span class='curline'><a href='../S/30213.html#L235'>code</a>              235 src/struct.c   CMDTYPE getcmdtype(WORD code)</span>
<span class='curline'><a href='../S/30213.html#L240'>code</a>              240 src/struct.c       for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t-&gt;next) {</span>
<span class='curline'><a href='../S/30213.html#L241'>code</a>              241 src/struct.c           if(code == t-&gt;cmd-&gt;code) {</span>
<span class='curline'><a href='../S/30213.html#L252'>code</a>              252 src/struct.c   char *getcmdname(WORD code)</span>
<span class='curline'><a href='../S/30213.html#L257'>code</a>              257 src/struct.c       for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t-&gt;next) {</span>
<span class='curline'><a href='../S/30213.html#L258'>code</a>              258 src/struct.c           if(code == t-&gt;cmd-&gt;code) {</span>
<span class='curline'><a href='../S/30213.html#L269'>code</a>              269 src/struct.c   bool code_gr_valid(WORD code)</span>
<span class='curline'><a href='../S/30213.html#L272'>code</a>              272 src/struct.c       CMDTYPE cmdtype = getcmdtype(code &amp; 0xFF00);</span>
<span class='curline'><a href='../S/30213.html#L275'>code</a>              275 src/struct.c           gr = (code &amp; 0x00F0) &gt;&gt; 4;</span>
<span class='curline'><a href='../S/30213.html#L281'>code</a>              281 src/struct.c           gr = code &amp; 0x000F;</span>
<span class='curline'><a href='../S/30213.html#L294'>code</a>              294 src/struct.c   WORD code2cmdwordlen(WORD code)</span>
<span class='curline'><a href='../S/30213.html#L299'>code</a>              299 src/struct.c       for(t = cmdtab[HASH_CODE][hash_code(code)]; t != NULL; t = t-&gt;next) {</span>
<span class='curline'><a href='../S/30213.html#L300'>code</a>              300 src/struct.c           if(code == t-&gt;cmd-&gt;code) {</span>
<span class='curline'><a href='../S/26540.html#L9'>code</a>                9 test/unit/getcmdcode/cmd.c     WORD code;</span>
<span class='curline'><a href='../S/26540.html#L32'>code</a>               32 test/unit/getcmdcode/cmd.c         code = getcmdcode(cmdcodelist[i].cmd, cmdcodelist[i].type);</span>
<span class='curline'><a href='../S/26540.html#L33'>code</a>               33 test/unit/getcmdcode/cmd.c         printf("%s:0%02o ---&gt; #%04X\n", cmdcodelist[i].cmd, cmdcodelist[i].type, code);</span>
<span class='curline'><a href='../S/26561.html#L41'>code</a>               41 test/unit/setcerr/cmd.c     int code[] = {</span>
<span class='curline'><a href='../S/26561.html#L51'>code</a>               51 test/unit/setcerr/cmd.c         for(j = 0; j &lt; ARRAYSIZE(code); j++) {</span>
<span class='curline'><a href='../S/26561.html#L52'>code</a>               52 test/unit/setcerr/cmd.c             setcerr(code[j], str[i]);</span>
<span class='curline'><a href='../S/26561.html#L53'>code</a>               53 test/unit/setcerr/cmd.c             printf("%d: %s - %d\t%s\n", code[j], str[i], cerr-&gt;num, cerr-&gt;msg);</span>
</pre>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */