testcl             23 test/unit/linetok/cmd.c     CMDLINE *testcl = malloc(sizeof(CMDLINE));
testcl             28 test/unit/linetok/cmd.c         testcl = linetok(testline[i]);
testcl             29 test/unit/linetok/cmd.c         if(testcl == NULL) {
testcl             32 test/unit/linetok/cmd.c             if(testcl->label != NULL){
testcl             33 test/unit/linetok/cmd.c                 printf("cl->label: %s\n", testcl->label);
testcl             35 test/unit/linetok/cmd.c             if(testcl->cmd != NULL){
testcl             36 test/unit/linetok/cmd.c                 printf("cl->cmd: %s\n", testcl->cmd);
testcl             37 test/unit/linetok/cmd.c                 printf("cl->opdc: %d\n", testcl->opd->opdc);
testcl             38 test/unit/linetok/cmd.c                 for(j = 0; j < testcl->opd->opdc; j++) {
testcl             39 test/unit/linetok/cmd.c                     printf("cl->opdv[%d]: %s\n", j, testcl->opd->opdv[j]);