<!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>test/unit/linetok/cmd.c</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> <a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/2933.html'>test</a>/<a href='../files/3389.html'>unit</a>/<a href='../files/3395.html'>linetok</a>/cmd.c</h2> <em class='comment'>/* [<][>]<a href='#L7'>[^]</a>[v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em> <hr /> <h2 class='header'>DEFINITIONS</h2> This source file includes following definitions. <ol> <li><a href='#L7' title='Defined at 7.'>main</a></li> </ol> <hr /> <pre> <a id='L1' name='L1'></a> 1 <em class='sharp'>#include</em> <stdio.h> <a id='L2' name='L2'></a> 2 <em class='sharp'>#include</em> "<a href='2413.html'>assemble.h</a>" <a id='L3' name='L3'></a> 3 <em class='sharp'>#include</em> "<a href='2424.html'>cmem.h</a>" <a id='L4' name='L4'></a> 4 <em class='sharp'>#include</em> "<a href='2415.html'>cerr.h</a>" <a id='L5' name='L5'></a> 5 <em class='sharp'>#include</em> "<a href='2425.html'>word.h</a>" <a id='L6' name='L6'></a> 6 <a id='L7' name='L7'></a> 7 <strong class='reserved'>int</strong> main()<em class='brace'>{</em> <a id='L8' name='L8'></a> 8 <strong class='reserved'>int</strong> <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>, <a href='../Y/121.html' title='Multiple used in 20 places.'>j</a>; <a id='L9' name='L9'></a> 9 <strong class='reserved'>char</strong> *<a href='../Y/222.html' title='Multiple used in 4 places.'>testline</a>[] = <em class='brace'>{</em> <a id='L10' name='L10'></a> 10 <em class='comment'>/* "IOTEST START\n", */</em> <a id='L11' name='L11'></a> 11 " OUT OBUF1,OLEN1\n", <a id='L12' name='L12'></a> 12 " OUT OBUF2,OLEN2 ;comment\n", <a id='L13' name='L13'></a> 13 " OUT OBUF1,OLEN1 \n", <a id='L14' name='L14'></a> 14 " OUT OBUF1,OLEN1 \n", <a id='L15' name='L15'></a> 15 " OUT OBUF2,OLEN2 \n", <a id='L16' name='L16'></a> 16 " OUT OBUF1, OLEN1 \n", <a id='L17' name='L17'></a> 17 "BEGIN LD GR1, A\n", <a id='L18' name='L18'></a> 18 "\n", <a id='L19' name='L19'></a> 19 ";comment\n", <a id='L20' name='L20'></a> 20 " ;comment\n" <a id='L21' name='L21'></a> 21 <em class='brace'>}</em>; <a id='L22' name='L22'></a> 22 <a id='L23' name='L23'></a> 23 <a href='../S/2422.html#L45' title='Defined at 45 in include/token.h.'>CMDLINE</a> *<a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a> = <a href='../Y/142.html' title='Multiple used in 7 places.'>malloc</a>(<strong class='reserved'>sizeof</strong>(<a href='../S/2422.html#L45' title='Defined at 45 in include/token.h.'>CMDLINE</a>)); <a id='L24' name='L24'></a> 24 <a href='../S/2820.html#L91' title='Defined at 91 in src/token.c.'>addcerrlist_tok</a>(); <a id='L25' name='L25'></a> 25 <strong class='reserved'>for</strong>(<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> = 0; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> < <strong class='reserved'>sizeof</strong> <a href='../Y/222.html' title='Multiple used in 4 places.'>testline</a> /<strong class='reserved'>sizeof</strong> <a href='../Y/222.html' title='Multiple used in 4 places.'>testline</a>[0]; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>++) <em class='brace'>{</em> <a id='L26' name='L26'></a> 26 <a href='../S/2845.html#L3' title='Defined at 3 in src/cerr.c.'>cerr_init</a>(); <em class='comment'>/* エラーの初期化 */</em> <a id='L27' name='L27'></a> 27 <a href='../Y/176.html' title='Multiple used in 32 places.'>printf</a>("%d: %s", <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>, <a href='../Y/222.html' title='Multiple used in 4 places.'>testline</a>[<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>]); <a id='L28' name='L28'></a> 28 <a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a> = <a href='../S/2820.html#L97' title='Defined at 97 in src/token.c.'>linetok</a>(<a href='../Y/222.html' title='Multiple used in 4 places.'>testline</a>[<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>]); <a id='L29' name='L29'></a> 29 <strong class='reserved'>if</strong>(<a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a> == <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>) <em class='brace'>{</em> <a id='L30' name='L30'></a> 30 <a href='../Y/180.html' title='Multiple used in 3 places.'>puts</a>("cl is NULL"); <a id='L31' name='L31'></a> 31 <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em> <a id='L32' name='L32'></a> 32 <strong class='reserved'>if</strong>(<a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a>-><a href='../Y/127.html' title='Multiple used in 44 places.'>label</a> != <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>)<em class='brace'>{</em> <a id='L33' name='L33'></a> 33 <a href='../Y/176.html' title='Multiple used in 32 places.'>printf</a>("cl->label: %s\n", <a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a>-><a href='../Y/127.html' title='Multiple used in 44 places.'>label</a>); <a id='L34' name='L34'></a> 34 <em class='brace'>}</em> <a id='L35' name='L35'></a> 35 <strong class='reserved'>if</strong>(<a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a>-><a href='../Y/59.html' title='Multiple used in 86 places.'>cmd</a> != <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>)<em class='brace'>{</em> <a id='L36' name='L36'></a> 36 <a href='../Y/176.html' title='Multiple used in 32 places.'>printf</a>("cl->cmd: %s\n", <a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a>-><a href='../Y/59.html' title='Multiple used in 86 places.'>cmd</a>); <a id='L37' name='L37'></a> 37 <a href='../Y/176.html' title='Multiple used in 32 places.'>printf</a>("cl->opdc: %d\n", <a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a>-><a href='../Y/162.html' title='Multiple used in 50 places.'>opd</a>-><a href='../Y/163.html' title='Multiple used in 25 places.'>opdc</a>); <a id='L38' name='L38'></a> 38 <strong class='reserved'>for</strong>(<a href='../Y/121.html' title='Multiple used in 20 places.'>j</a> = 0; <a href='../Y/121.html' title='Multiple used in 20 places.'>j</a> < <a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a>-><a href='../Y/162.html' title='Multiple used in 50 places.'>opd</a>-><a href='../Y/163.html' title='Multiple used in 25 places.'>opdc</a>; <a href='../Y/121.html' title='Multiple used in 20 places.'>j</a>++) <em class='brace'>{</em> <a id='L39' name='L39'></a> 39 <a href='../Y/176.html' title='Multiple used in 32 places.'>printf</a>("cl->opdv[%d]: %s\n", <a href='../Y/121.html' title='Multiple used in 20 places.'>j</a>, <a href='../Y/221.html' title='Multiple used in 10 places.'>testcl</a>-><a href='../Y/162.html' title='Multiple used in 50 places.'>opd</a>-><a href='../Y/164.html' title='Multiple used in 20 places.'>opdv</a>[<a href='../Y/121.html' title='Multiple used in 20 places.'>j</a>]); <a id='L40' name='L40'></a> 40 <em class='brace'>}</em> <a id='L41' name='L41'></a> 41 <em class='brace'>}</em> <a id='L42' name='L42'></a> 42 <em class='brace'>}</em> <a id='L43' name='L43'></a> 43 <strong class='reserved'>if</strong>(<a href='../Y/32.html' title='Multiple used in 59 places.'>cerr</a>-><a href='../Y/157.html' title='Multiple used in 57 places.'>num</a> != 0) <em class='brace'>{</em> <a id='L44' name='L44'></a> 44 <a href='../Y/176.html' title='Multiple used in 32 places.'>printf</a>("\terror - %d: %s\n", <a href='../Y/32.html' title='Multiple used in 59 places.'>cerr</a>-><a href='../Y/157.html' title='Multiple used in 57 places.'>num</a>, <a href='../Y/32.html' title='Multiple used in 59 places.'>cerr</a>-><a href='../Y/151.html' title='Multiple used in 23 places.'>msg</a>); <a id='L45' name='L45'></a> 45 <em class='brace'>}</em> <a id='L46' name='L46'></a> 46 <a href='../Y/176.html' title='Multiple used in 32 places.'>printf</a>("\n"); <a id='L47' name='L47'></a> 47 <em class='brace'>}</em> <a id='L48' name='L48'></a> 48 <a href='../S/2845.html#L72' title='Defined at 72 in src/cerr.c.'>freecerr</a>(); <a id='L49' name='L49'></a> 49 <strong class='reserved'>return</strong> 0; <a id='L50' name='L50'></a> 50 <em class='brace'>}</em> </pre> <hr /> <a id='BOTTOM' name='BOTTOM'></a> <em class='comment'>/* [<][>][^]<a href='#L7'>[v]</a><a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em> </body> </html>