<!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->label != NULL){</span>
<span class='curline'><a href='../S/951.html#L33'>testcl</a> 33 test/unit/linetok/cmd.c printf("cl->label: %s\n", testcl->label);</span>
<span class='curline'><a href='../S/951.html#L35'>testcl</a> 35 test/unit/linetok/cmd.c if(testcl->cmd != NULL){</span>
<span class='curline'><a href='../S/951.html#L36'>testcl</a> 36 test/unit/linetok/cmd.c printf("cl->cmd: %s\n", testcl->cmd);</span>
<span class='curline'><a href='../S/951.html#L37'>testcl</a> 37 test/unit/linetok/cmd.c printf("cl->opdc: %d\n", testcl->opd->opdc);</span>
<span class='curline'><a href='../S/951.html#L38'>testcl</a> 38 test/unit/linetok/cmd.c for(j = 0; j < testcl->opd->opdc; j++) {</span>
<span class='curline'><a href='../S/951.html#L39'>testcl</a> 39 test/unit/linetok/cmd.c printf("cl->opdv[%d]: %s\n", j, testcl->opd->opdv[j]);</span>
</pre>
</body>
</html>