root/doc_inner/gnu_global/Y/221.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>testcl</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/951.html#L23'>testcl</a>             23 test/unit/linetok/cmd.c     CMDLINE *testcl = malloc(sizeof(CMDLINE));</span>
<span class='curline'><a href='../S/951.html#L28'>testcl</a>             28 test/unit/linetok/cmd.c         testcl = linetok(testline[i]);</span>
<span class='curline'><a href='../S/951.html#L29'>testcl</a>             29 test/unit/linetok/cmd.c         if(testcl == NULL) {</span>
<span class='curline'><a href='../S/951.html#L32'>testcl</a>             32 test/unit/linetok/cmd.c             if(testcl-&gt;label != NULL){</span>
<span class='curline'><a href='../S/951.html#L33'>testcl</a>             33 test/unit/linetok/cmd.c                 printf("cl-&gt;label: %s\n", testcl-&gt;label);</span>
<span class='curline'><a href='../S/951.html#L35'>testcl</a>             35 test/unit/linetok/cmd.c             if(testcl-&gt;cmd != NULL){</span>
<span class='curline'><a href='../S/951.html#L36'>testcl</a>             36 test/unit/linetok/cmd.c                 printf("cl-&gt;cmd: %s\n", testcl-&gt;cmd);</span>
<span class='curline'><a href='../S/951.html#L37'>testcl</a>             37 test/unit/linetok/cmd.c                 printf("cl-&gt;opdc: %d\n", testcl-&gt;opd-&gt;opdc);</span>
<span class='curline'><a href='../S/951.html#L38'>testcl</a>             38 test/unit/linetok/cmd.c                 for(j = 0; j &lt; testcl-&gt;opd-&gt;opdc; j++) {</span>
<span class='curline'><a href='../S/951.html#L39'>testcl</a>             39 test/unit/linetok/cmd.c                     printf("cl-&gt;opdv[%d]: %s\n", j, testcl-&gt;opd-&gt;opdv[j]);</span>
</pre>
</body>
</html>

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